1
0
Fork 0
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:
orhtej2 2023-09-27 13:01:03 +02:00 committed by GitHub
parent 44a3c6cff9
commit 0b4b3ed95b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;