remove extraneous ;

This commit is contained in:
staticsafe 2020-07-26 19:27:37 -04:00
parent 377568f7cd
commit 91404bb5f1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
- ssl_certificate_key "/etc/ssl/letsencrypt/tenforward.social.pem"
- add_header Referrer-Policy "no-referrer, strict-origin-when-cross-origin"
- add_header Strict-Transport-Security max-age=31536000
- add_header Access-Control-Allow-Origin *;
- add_header Access-Control-Allow-Origin *
- client_max_body_size 0
- location / {
try_files $uri @proxy;