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

Update nginx.conf

Bug fix in redirection
This commit is contained in:
drfred1981 2014-07-24 14:26:06 +02:00
parent c489cdd2aa
commit 82c21dceef

View file

@ -1,6 +1,6 @@
location PATHTOCHANGE {
location PATHTOCHANGE/ {
proxy_pass https://127.0.0.1:10000;
proxy_pass https://127.0.0.1:10000/;
proxy_redirect off;
#Proxy Settings