Fix all nginx temp paths for read-only filesystem
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
# Nginx temp paths for read-only filesystem compatibility
|
||||
client_body_temp_path /tmp/nginx_client_body;
|
||||
proxy_temp_path /tmp/nginx_proxy;
|
||||
fastcgi_temp_path /tmp/nginx_fastcgi;
|
||||
uwsgi_temp_path /tmp/nginx_uwsgi;
|
||||
scgi_temp_path /tmp/nginx_scgi;
|
||||
|
||||
client_max_body_size 100m;
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user