Commit b81a60fd by lizefeng

Update nginx.conf

parent c79f0f79
...@@ -164,6 +164,7 @@ http { ...@@ -164,6 +164,7 @@ http {
location / { location / {
proxy_pass http://172.31.255.175; proxy_pass http://172.31.255.175;
} }
error_page 405 =200 $uri;
} }
server { server {
listen 80; listen 80;
......
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