Update dolibarr
/var/run/php/php7.0-fpm.sock
This commit is contained in:
parent
f95bf56c15
commit
5f15c339c7
@ -5,13 +5,13 @@ server {
|
|||||||
|
|
||||||
root /path/to/your/htdocs;
|
root /path/to/your/htdocs;
|
||||||
|
|
||||||
# Optionnal
|
# Optional
|
||||||
error_log /path/to/your/log/directory/nginx.error.log;
|
error_log /path/to/your/log/directory/nginx.error.log;
|
||||||
access_log /path/to/your/log/directory/nginx.access.log;
|
access_log /path/to/your/log/directory/nginx.access.log;
|
||||||
|
|
||||||
index index.php index.html index.htm;
|
index index.php index.html index.htm;
|
||||||
|
|
||||||
# Optionnal
|
# Optional
|
||||||
server_name your-fqdn.tld;
|
server_name your-fqdn.tld;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
@ -23,6 +23,6 @@ server {
|
|||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
fastcgi_read_timeout 600;
|
fastcgi_read_timeout 600;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
fastcgi_pass unix:/var/run/php5-fpm.sock;
|
fastcgi_pass unix:/var/run/php5-fpm.sock; // /var/run/php/php7.0-fpm.sock
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user