Fix nginx configuration for read-only filesystem
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
client_body_temp_path /tmp/nginx_client_body;
|
||||
client_max_body_size 100m;
|
||||
|
||||
server {
|
||||
listen 5080 default_server;
|
||||
listen [::]:5080 default_server;
|
||||
|
||||
root /app/code;
|
||||
index index.html;
|
||||
|
||||
client_max_body_size 100m;
|
||||
client_body_timeout 600s;
|
||||
client_header_timeout 600s;
|
||||
proxy_connect_timeout 600s;
|
||||
|
||||
Reference in New Issue
Block a user