remove quotes

This commit is contained in:
staticsafe 2020-07-26 19:26:42 -04:00
parent 2e468240fd
commit 377568f7cd
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;