fix:#34 reverse config and compose prod fixed

This commit is contained in:
Elmar Kresse
2024-03-03 18:57:47 +01:00
parent 115ff9026c
commit fd6cbee69c
2 changed files with 16 additions and 5 deletions

View File

@ -34,6 +34,10 @@ http {
set_real_ip_from 2405:8100::/32;
set_real_ip_from 2a06:98c0::/29;
set_real_ip_from 2c0f:f248::/32;
# Docker IP Ranges (https://docs.docker.com/network/iptables/)
set_real_ip_from 172.16.0.0/12;
real_ip_header CF-Connecting-IP;
access_log /opt/bitnami/nginx/logs/proxy_access.log;
@ -204,6 +208,8 @@ http {
if ($admin) {
return 404 "Not Found";
}
# Increase upload file size
client_max_body_size 100m;
}
location / {