add forward path prefix to prefix services in a sub path.

This commit is contained in:
jerry-yuan
2023-08-11 16:49:15 +00:00
parent fa851b61da
commit 2772489f0d
13 changed files with 82 additions and 5 deletions

View File

@ -6,6 +6,7 @@ server {
set $forward_scheme "http";
set $server "127.0.0.1";
set $port "80";
set $path_prefix "";
server_name localhost-nginx-proxy-manager;
access_log /data/logs/fallback_access.log standard;