Commit 7bce1487 authored by huasheng's avatar huasheng

update 1.3

parent bcebd0cc
...@@ -15,7 +15,7 @@ server { ...@@ -15,7 +15,7 @@ server {
include /etc/nginx/res/php-fpm-normal.conf; include /etc/nginx/res/php-fpm-normal.conf;
location ~ \.php$ { location ~ \.php$ {
fastcgi_pass user-center; #fastcgi_pass user-center;
fastcgi_index index.php; fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params; include fastcgi_params;
......
#upstream php-upstream { server php-fpm:9000; } #upstream php-upstream { server php-fpm:9000; }
upstream user-center { server user-center:9000; } #upstream user-center { server user-center:9000; }
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