Implement proper Cloudron structure with supervisor
This commit is contained in:
@ -6,11 +6,6 @@ server {
|
||||
root /tmp;
|
||||
|
||||
client_max_body_size 100m;
|
||||
client_body_temp_path /tmp/nginx/body;
|
||||
fastcgi_temp_path /tmp/nginx/fastcgi;
|
||||
proxy_temp_path /tmp/nginx/proxy;
|
||||
scgi_temp_path /tmp/nginx/scgi;
|
||||
uwsgi_temp_path /tmp/nginx/uwsgi;
|
||||
|
||||
# Security headers
|
||||
add_header X-Frame-Options SAMEORIGIN;
|
||||
|
Reference in New Issue
Block a user