Commit 65ab4592 by zhangxingmin

配置

parent 07d15f65
......@@ -60,5 +60,5 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.22/main/" > /etc/apk/repositories
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone
EXPOSE 8103
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
......@@ -5,8 +5,8 @@ upstream gateway_load_balance {
}
server {
listen 8103;
server_name 139.224.121.29;
listen 80;
server_name web.csf.supguard.cn;
# 处理前端静态资源(Vue应用)
location / {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment