Enhance mail setup and team plan defaults

This commit is contained in:
Codex
2025-11-14 08:05:02 -06:00
parent 17bb921941
commit 63a730a940
5 changed files with 143 additions and 10 deletions

View File

@@ -17,6 +17,8 @@ http {
client_body_temp_path /run/nginx/body;
proxy_temp_path /run/nginx/proxy;
fastcgi_temp_path /run/nginx/fastcgi;
uwsgi_temp_path /run/nginx/uwsgi;
scgi_temp_path /run/nginx/scgi;
log_format cloudron '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
@@ -36,7 +38,7 @@ http {
server {
listen 3000;
server_name _;
client_max_body_size 200m;
client_max_body_size 600m;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;