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

fix proxy_pass

This commit is contained in:
yalh76 2019-02-08 18:07:52 +01:00
parent 984f78dfc9
commit d5e42cd825

View file

@ -16,7 +16,7 @@ location ~ ^/(css|img|js|fonts)/ {
location __PATH__/ {
proxy_pass http://localhost:__PORT__/;
proxy_pass http://localhost:__PORT__;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;