First beta, without arguments checking (install and web admin)
This commit is contained in:
@@ -11,6 +11,7 @@ location <TPL:NGINX_LOCATION> {
|
||||
fastcgi_pass unix:/var/run/php5-fpm-<TPL:PHP_NAME>.sock;
|
||||
fastcgi_index index.php;
|
||||
include fastcgi_params;
|
||||
fastcgi_read_timeout 600;
|
||||
fastcgi_param REMOTE_USER $remote_user;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
}
|
||||
|
Reference in New Issue
Block a user