forked from fabriceb/symfttpd
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
On ubuntu Nginx is compiled with predifined path or file for its configuration:
Set at compiled time:
- error_log: /var/log/nginx/error.log (http://wiki.nginx.org/CoreModule#error_log)
These are configurables:
- cache_body_temp_path: /var/lib/nginx/body (http://wiki.nginx.org/HttpCoreModule#client_body_temp_path)
- proxy_temp_path: /var/lib/nginx/proxy (http://wiki.nginx.org/HttpProxyModule#proxy_temp_path)
- fastcgi_cach_path: /var/lib/nginx/fastcgi (http://wiki.nginx.org/HttpFcgiModule#fastcgi_cache_path)
These I don't know yet where they are set:
- /var/lib/nginx/uwsgi
- /var/lib/nginx/scgi