Commit db43c9f0 by 马兴宇

update

parent 72b1aff9
...@@ -4,7 +4,7 @@ services: ...@@ -4,7 +4,7 @@ services:
workspace: workspace:
container_name: workspace container_name: workspace
image: cnice/4wheels-devops:1.0.3 image: cnice/4wheels-devops:1.0.4
networks: networks:
- wb_net - wb_net
ports: ports:
......
...@@ -45,7 +45,7 @@ server { ...@@ -45,7 +45,7 @@ server {
location /console { location /console {
proxy_pass http://sosocar.test; proxy_pass http://sosocar.test;
proxy_set_header Host sosocar.test; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
} }
location = /favicon.ico { access_log off; log_not_found off; } location = /favicon.ico { access_log off; log_not_found off; }
......
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