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

This commit is contained in:
Éric Gaspar 2023-01-27 09:55:34 +01:00
parent 43f39c1fd4
commit 00d60af0de

View file

@ -1,4 +1,5 @@
location __PATH__ {
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_pass https://127.0.0.1:__PORT__/;
proxy_redirect off;