+ tmux
+ slow cnf db config with general log options example * fpm74 to php74 replacement fpm upstream name
This commit is contained in:
2
config/mariadb/.gitignore
vendored
Normal file
2
config/mariadb/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.cnf
|
||||
*.cnf.disable
|
@ -7,7 +7,7 @@ server {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
}
|
||||
location ~ \.php$ {
|
||||
fastcgi_pass fpm74;
|
||||
fastcgi_pass php74;
|
||||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ server {
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
|
||||
|
||||
fastcgi_pass fpm74;
|
||||
fastcgi_pass php74;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_read_timeout 3000;
|
||||
}
|
||||
@ -56,7 +56,7 @@ server {
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
|
||||
|
||||
fastcgi_pass fpm74;
|
||||
fastcgi_pass php74;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_read_timeout 3000;
|
||||
}
|
||||
|
Reference in New Issue
Block a user