mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update nginx.conf
This commit is contained in:
parent
87275a7ad7
commit
4192b4d789
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
server_name __DOMAIN__ __SANDBOXDOMAIN__;
|
||||
#server_name __DOMAIN__ __SANDBOXDOMAIN__;
|
||||
|
||||
more_set_headers "Strict-Transport-Security: 'max-age=63072000; includeSubDomains' always";
|
||||
#more_set_headers "Strict-Transport-Security: 'max-age=63072000; includeSubDomains' always";
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:__PORT__;
|
||||
|
|
Loading…
Reference in a new issue