修改ci文件
This commit is contained in:
parent
3fb7e16c4e
commit
4f13d0f419
@ -17,10 +17,10 @@ server {
|
|||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
rewrite ^/api/(.*)$ /$1 break; #重写
|
rewrite ^/api/(.*)$ /$1 break; #重写
|
||||||
proxy_pass http://177.7.0.12:8888; # 设置代理服务器的协议和地址
|
proxy_pass http://118.31.78.83:32399; # 设置代理服务器的协议和地址
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/swagger/index.html {
|
location /api/swagger/index.html {
|
||||||
proxy_pass http://127.0.0.1:8888/swagger/index.html;
|
proxy_pass http://118.31.78.83:32399/swagger/index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -17,14 +17,14 @@ server {
|
|||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
rewrite ^/api/(.*)$ /$1 break; #重写
|
rewrite ^/api/(.*)$ /$1 break; #重写
|
||||||
proxy_pass http://127.0.0.1:8888; # 设置代理服务器的协议和地址
|
proxy_pass http://118.31.78.83:32399; # 设置代理服务器的协议和地址
|
||||||
}
|
}
|
||||||
location /form-generator {
|
location /form-generator {
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_pass http://127.0.0.1:8888;
|
proxy_pass http://118.31.78.83:32399;
|
||||||
}
|
}
|
||||||
location /api/swagger/index.html {
|
location /api/swagger/index.html {
|
||||||
proxy_pass http://127.0.0.1:8888/swagger/index.html;
|
proxy_pass http://127.0.0.1:8888/swagger/index.html;
|
||||||
|
@ -6,7 +6,7 @@ COPY . .
|
|||||||
RUN yarn && yarn build
|
RUN yarn && yarn build
|
||||||
|
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
LABEL MAINTAINER="SliverHorn@sliver_horn@qq.com"
|
LABEL MAINTAINER="1711788888@qq.com"
|
||||||
|
|
||||||
COPY .docker-compose/nginx/conf.d/my.conf /etc/nginx/conf.d/my.conf
|
COPY .docker-compose/nginx/conf.d/my.conf /etc/nginx/conf.d/my.conf
|
||||||
COPY --from=0 /gva_web/dist /usr/share/nginx/html
|
COPY --from=0 /gva_web/dist /usr/share/nginx/html
|
||||||
|
Loading…
Reference in New Issue
Block a user