Skip to content
Snippets Groups Projects
Commit 31378143 authored by 韩 博侨's avatar 韩 博侨
Browse files

Update nginx.conf:删除无用的proxy

parent 9ba036f6
No related branches found
No related tags found
No related merge requests found
Pipeline #77127 passed
......@@ -25,9 +25,9 @@ http {
}
# This is the proxy to backend, obviously the address will be modified accordingly after backend is also in the docker
location ^~ /api/ {
proxy_pass http://172.29.4.124:8080/;
}
# location ^~ /api/ {
# proxy_pass http://172.29.4.124:8080/;
# }
error_page 500 502 503 504 /50x.html;
location = /50x.html {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment