dolibarr CRM

This commit is contained in:
2022-03-12 19:43:18 +01:00
parent 3c16cbdc59
commit bf902aebc5
3 changed files with 11 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ server {
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param HTTP_PROXY ""; # prohibit httpoxy: https://httpoxy.org/
fastcgi_pass ${NGINX_PHP_CGI};
fastcgi_pass 127.0.0.1:9000;
}
## disable all access to the following directories