1
0
Fork 0
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:
Éric Gaspar 2024-05-24 16:10:56 +02:00
parent 6624ac0fd9
commit 54bfd70200

View file

@ -1,3 +1,7 @@
server_name __DOMAIN__ __SANDBOXDOMAIN__;
more_set_headers "Strict-Transport-Security: 'max-age=63072000; includeSubDomains' always";
location / { location / {
proxy_pass http://127.0.0.1:__PORT__; proxy_pass http://127.0.0.1:__PORT__;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;