Commit bb8f1601 authored by 赵啸非's avatar 赵啸非

修改配置文件1

parent d873bb45
......@@ -48,7 +48,7 @@
<properties>
<profiles.active>test</profiles.active>
<profiles.server.ip>192.168.0.98</profiles.server.ip>
<profiles.server.port>17002</profiles.server.port>
<profiles.server.port>11078</profiles.server.port>
<profiles.nginx.port>11099</profiles.nginx.port>
<profiles.server.path>/sampleform</profiles.server.path>
<profiles.publish.path>/home/publish</profiles.publish.path>
......
......@@ -103,7 +103,7 @@ build_nginx() {
index index.html index.htm;
}
location ${NGINX_SERVER_PATH} {
location ${NGINX_SERVER_PATH}/ {
proxy_pass http://${IP}:${PORT};
proxy_set_header Host \$host;
proxy_set_header X-Real-IP \$remote_addr;
......
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