mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 01:00:20 +08:00
test
This commit is contained in:
parent
8783f0dedc
commit
3771aff40f
@ -1,11 +1,11 @@
|
||||
# modify time: 202412101512, you can modify here to trigger Docker Build action
|
||||
# modify time: 2024121110, you can modify here to trigger Docker Build action
|
||||
# from Dockerfile: https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/Dockerfile
|
||||
# from image: https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||
|
||||
FROM jc21/nginx-proxy-manager:2.11.3
|
||||
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
LABEL version="2.11.3"
|
||||
LABEL version="2.11.3-rc9"
|
||||
|
||||
COPY README.md /data/nginx/README.md
|
||||
RUN mkdir /data/nginx/custom
|
||||
|
@ -16,6 +16,11 @@ server {
|
||||
rewrite ^/locales/(.*) /w9deployment/locales/$1 break;
|
||||
}
|
||||
|
||||
location = / {
|
||||
return 200 "Welcome to our site!";
|
||||
add_header Content-Type text/plain;
|
||||
}
|
||||
|
||||
location / {
|
||||
# Proxy!
|
||||
include conf.d/include/proxy.conf;
|
||||
|
Loading…
Reference in New Issue
Block a user