Reformat configs

This commit is contained in:
Anthony Wang 2022-05-21 11:57:02 -05:00
parent f7f6354327
commit ffcdb2e50f
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76
3 changed files with 3 additions and 3 deletions

View file

@ -37,6 +37,6 @@ server {
proxy_buffering off; proxy_buffering off;
# Allow big uploads # Allow big uploads
client_max_body_size 1G; client_max_body_size 1G;
} }
} }

View file

@ -35,6 +35,6 @@ server {
} }
location @fallback { location @fallback {
proxy_pass http://unix:/srv/http/pages/$page; proxy_pass http://unix:/srv/http/pages/$page;
} }
} }

2
ssl
View file

@ -5,4 +5,4 @@ ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
add_header Strict-Transport-Security "max-age=31536000" always; add_header Strict-Transport-Security "max-age=31536000" always;
ssl_trusted_certificate /etc/letsencrypt/live/exozy.me/chain.pem; ssl_trusted_certificate /etc/letsencrypt/live/exozy.me/chain.pem;
ssl_stapling on; ssl_stapling on;
ssl_stapling_verify on; ssl_stapling_verify on;