1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Nginx typo fix

This commit is contained in:
anmol26s 2018-07-23 20:47:24 +05:30
parent aac852a7a0
commit d275555674

View file

@ -1,4 +1,4 @@
}
location __PATH__/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;