Fix filesystem readonly issues and pnpm path
This commit is contained in:
@@ -6,6 +6,13 @@ server {
|
||||
index index.html;
|
||||
|
||||
client_max_body_size 100m;
|
||||
|
||||
# Create temporary directories in writable locations
|
||||
client_body_temp_path /tmp/nginx_client_temp;
|
||||
proxy_temp_path /tmp/nginx_proxy_temp;
|
||||
fastcgi_temp_path /tmp/nginx_fastcgi_temp;
|
||||
uwsgi_temp_path /tmp/nginx_uwsgi_temp;
|
||||
scgi_temp_path /tmp/nginx_scgi_temp;
|
||||
|
||||
# Enable compression
|
||||
gzip on;
|
||||
|
Reference in New Issue
Block a user