nginx/pub.solar: disable logging for homepage
All checks were successful
Flake checks / Check (pull_request) Successful in 4m45s
All checks were successful
Flake checks / Check (pull_request) Successful in 4m45s
This commit is contained in:
parent
50fa98eebb
commit
24b77b6de5
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue