mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
Add trailing slash to the proxy_pass
This commit is contained in:
parent
caaffec86a
commit
f22071d26b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ location __PATH__/ {
|
||||||
# This is important! Make it OK with your Lutim configuration
|
# This is important! Make it OK with your Lutim configuration
|
||||||
client_max_body_size 40M;
|
client_max_body_size 40M;
|
||||||
|
|
||||||
proxy_pass http://127.0.0.1:__PORT__;
|
proxy_pass http://127.0.0.1:__PORT__/;
|
||||||
|
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|
Loading…
Reference in a new issue