mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-18 15:31:06 +08:00
@@ -117,7 +117,10 @@ server {
|
||||
set $fsn $fastcgi_script_name;
|
||||
}
|
||||
|
||||
#for php-cgi
|
||||
fastcgi_pass 127.0.0.1:9000;
|
||||
#for php-fpm
|
||||
#fastcgi_pass unix:/var/run/php5-fpm.sock;
|
||||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fsn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user