media
This commit is contained in:
parent
0a87f9e40a
commit
325adc32ed
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# modify time: 202310181524, you can modify here to trigger Docker Build action
|
||||
# modify time: 202310231624, you can modify here to trigger Docker Build action
|
||||
# Dockerfile refer to:https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/Dockerfile
|
||||
FROM jc21/nginx-proxy-manager:2.10.4
|
||||
|
||||
|
|
|
@ -116,6 +116,10 @@ server {
|
|||
sub_filter 'spec-url="/' 'spec-url="/apidocs/openapi.json';
|
||||
}
|
||||
|
||||
location /media/ {
|
||||
proxy_pass http://websoft9-apphub:8081/images/;
|
||||
}
|
||||
|
||||
# Custom
|
||||
include /data/nginx/custom/server_proxy[.]conf;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue