NoteStar 5 년 전
부모
커밋
14ac0e4dc6
1개의 변경된 파일0개의 추가작업 그리고 35개의 파일을 삭제
  1. 0 35
      ljg.xchuicheng.com.conf

+ 0 - 35
ljg.xchuicheng.com.conf

@@ -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;
-}