1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00
This commit is contained in:
Josué Tille 2023-01-18 08:06:16 +01:00
parent 271bef9ca1
commit da043c63ae
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -6,7 +6,7 @@ location __PATH__/ {
include uwsgi_params;
# Needed for long running operations in admin interface
proxy_pass http://localhost:__PORT__/;
proxy_pass http://127.0.0.1:__PORT__/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;