Add files via upload
This commit is contained in:
@@ -21,12 +21,13 @@ server {
|
|||||||
|
|
||||||
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||||
location ~ ^(.+\.php)(.*)$ {
|
location ~ ^(.+\.php)(.*)$ {
|
||||||
try_files $fastcgi_script_name =404;
|
fastcgi_pass 127.0.0.1:9001;
|
||||||
include /etc/nginx/includes/fastcgi_params.conf;
|
try_files $fastcgi_script_name =404;
|
||||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||||
fastcgi_pass 127.0.0.1:9001;
|
fastcgi_index index.php;
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||||
|
include /etc/nginx/includes/fastcgi_params.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Deny access to Apache httpd .htaccess files, see https://github.com/JsBergbau/BaikalAnleitung#webserver-konfiguration
|
# Deny access to Apache httpd .htaccess files, see https://github.com/JsBergbau/BaikalAnleitung#webserver-konfiguration
|
||||||
|
|||||||
@@ -17,12 +17,13 @@ server {
|
|||||||
|
|
||||||
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||||
location ~ ^(.+\.php)(.*)$ {
|
location ~ ^(.+\.php)(.*)$ {
|
||||||
try_files $fastcgi_script_name =404;
|
fastcgi_pass 127.0.0.1:9001;
|
||||||
include /etc/nginx/includes/fastcgi_params.conf;
|
try_files $fastcgi_script_name =404;
|
||||||
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
fastcgi_split_path_info ^(.+\.php)(.*)$;
|
||||||
fastcgi_pass 127.0.0.1:9001;
|
fastcgi_index index.php;
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||||
|
include /etc/nginx/includes/fastcgi_params.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Deny access to Apache httpd .htaccess files, see https://github.com/JsBergbau/BaikalAnleitung#webserver-konfiguration
|
# Deny access to Apache httpd .htaccess files, see https://github.com/JsBergbau/BaikalAnleitung#webserver-konfiguration
|
||||||
|
|||||||
Reference in New Issue
Block a user