提交 d2de2988 作者: 余乾开

feat(config):wechat text config

上级 3d57b1b5
......@@ -8,6 +8,9 @@ RUN rm -rf ./*
COPY static/ static/
COPY index.html index.html
COPY nginx.conf /etc/nginx/nginx.conf
WORKDIR /var/www/html/wechat
COPY ItnIxOQr0x.txt ItnIxOQr0x.txt
#
EXPOSE 80
# Containers run nginx with global directives and daemon off
......
25514e808eb9dfa2fc205a0bd745089e
\ No newline at end of file
......@@ -29,6 +29,10 @@ http {
index index.html;
try_files $uri $uri/ /index.html;
}
location = /ItnIxOQr0x.txt {
root /var/www/html/wechat;
}
error_page 500 502 503 504 /50x.html;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论