mirror of
https://github.com/YunoHost-Apps/webmin_ynh.git
synced 2024-09-03 20:36:08 +02:00
Remove duplicate proxy_redirect.
This commit is contained in:
parent
44a3c6cff9
commit
0b4b3ed95b
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
|
|
||||||
proxy_pass https://127.0.0.1:__PORT__/;
|
proxy_pass https://127.0.0.1:__PORT__/;
|
||||||
proxy_redirect off;
|
|
||||||
|
|
||||||
#Proxy Settings
|
#Proxy Settings
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|
Loading…
Add table
Reference in a new issue