Commit 6ed1ba4c authored by Kunkka王辉's avatar Kunkka王辉 😲

feat: 参数处理

parent 4c5679a9
...@@ -303,7 +303,7 @@ cat <<EOF >/etc/nginx/conf.d/old-crm.conf ...@@ -303,7 +303,7 @@ cat <<EOF >/etc/nginx/conf.d/old-crm.conf
server { server {
listen $OLD_CRM_HTTP_PORT; listen $OLD_CRM_HTTP_PORT;
server_name localhost; server_name localhost;
root /app/www/CRM; root /app/www/crm;
index index.php index.html; index index.php index.html;
location ^~ /backend/ { location ^~ /backend/ {
proxy_pass http://$HOST:$GALAXY_FLOW_MICROS_API_HTTP_PORT; proxy_pass http://$HOST:$GALAXY_FLOW_MICROS_API_HTTP_PORT;
......
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