|
@@ -1,35 +0,0 @@
|
|
|
-server {
|
|
|
- listen 80;
|
|
|
- server_name ljg.xchuicheng.com;
|
|
|
- root /home/www/lyframework/;
|
|
|
- index index.html index.php;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- # proxy the PHP scripts to Apache listening on 127.0.0.1:80
|
|
|
- #
|
|
|
- #location ~ \.php$ {
|
|
|
- # proxy_pass http://127.0.0.1;
|
|
|
- #}
|
|
|
-
|
|
|
- # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
|
|
- #
|
|
|
- include enable-php.conf;
|
|
|
- location / {
|
|
|
- if (!-e $request_filename) {
|
|
|
- rewrite ^(.*)$ /index.php?s=$1 last;
|
|
|
- break;
|
|
|
- }
|
|
|
- keepalive_timeout 240;
|
|
|
- fastcgi_connect_timeout 600;
|
|
|
- fastcgi_send_timeout 600;
|
|
|
- fastcgi_read_timeout 600;
|
|
|
-
|
|
|
- proxy_connect_timeout 600s;
|
|
|
- proxy_send_timeout 1200;
|
|
|
- proxy_read_timeout 1200;
|
|
|
- }
|
|
|
- error_log /home/wwwlogs/ljg.xchuicheng.com.error.log;
|
|
|
-}
|