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:
parent
c489cdd2aa
commit
82c21dceef
1 changed files with 2 additions and 2 deletions
|
@ -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_redirect off;
|
||||||
|
|
||||||
#Proxy Settings
|
#Proxy Settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue