1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix path transversal issue

This commit is contained in:
Josué Tille 2022-06-17 03:18:00 +02:00
parent b3bacec606
commit 85c350a79f
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -1,4 +1,4 @@
location __PATH__ {
location __PATH__/ {
proxy_pass http://localhost:__PORT__;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;