Merge branch 'master' of https://cxxgit.iepose.cn/Cxx0822/st-nginx-proxy
This commit is contained in:
@@ -110,6 +110,10 @@ server {
|
||||
proxy_pass http://host.docker.internal:5244/;
|
||||
}
|
||||
|
||||
location /image-api/ {
|
||||
proxy_pass http://host.docker.internal:3000/;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user