Merge pull request 'nginx/pub.solar: disable logging for homepage' (#117) from privacy/website-no-logging into main

Reviewed-on: #117
Reviewed-by: teutat3s <teutat3s@noreply.git.pub.solar>
This commit is contained in:
b12f 2024-02-25 18:10:30 +00:00
commit 1878595af2
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -9,6 +9,12 @@
"www.pub.solar" = {
enableACME = true;
addSSL = true;
extraConfig = ''
error_log /dev/null;
access_log /dev/null;
'';
locations."/" = {
extraConfig = ''
return 301 https://pub.solar$request_uri;
@ -21,6 +27,11 @@
enableACME = true;
forceSSL = true;
extraConfig = ''
error_log /dev/null;
access_log /dev/null;
'';
locations = {
# serve base domain pub.solar for mastodon.pub.solar
# https://masto.host/mastodon-usernames-different-from-the-domain-used-for-installation/