forked from exozyme/nginx
1
0
Fork 0

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;
# Allow big uploads
client_max_body_size 1G;
client_max_body_size 1G;
}
}

View File

@ -35,6 +35,6 @@ server {
}
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;
ssl_trusted_certificate /etc/letsencrypt/live/exozy.me/chain.pem;
ssl_stapling on;
ssl_stapling_verify on;
ssl_stapling_verify on;