Kevin Decherf
2c4fc77b58
Update NGINX timeout to align with max_execution_time
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2024-03-11 11:55:59 +01:00
Markus Näsholm
c68fc98e51
Update nginx.conf to work with IPv6
2023-10-05 20:20:45 +02:00
hwiorn
bf0102ece6
Fix default value of fe_https for non-reverse-proxy compatibility
2022-10-28 14:01:09 +02:00
hwiorn
054677bb02
Fix nginx.conf for reverse-proxy with HTTPS
2022-10-28 14:01:09 +02:00
Pando85
b8ab40b6b4
Remove ipv6 to avoid fail when ipv6 is not defined
2020-04-13 20:00:11 +02:00
Hugo Herter
b98d38cbed
Fix Nginx was not binding on IPv6
...
Problem: Nginx is only binding to the IPv4. Deployments with IPv6 require forking the image or overwriting `nginx.conf`.
Solution: Edit `nginx.conf` to listen to both IPv4 and IPv6 by making it listen on `[::]:80`.
Note: This may be related and contradictory to #54
2019-12-05 23:46:46 +01:00
Marvin Steadfast
ba8f6ec5d3
limit upload size to 100M
2016-11-07 13:20:39 +01:00
Stéphane Albert
6a67881572
Increase max body size from nginx
...
With the default client_max_body_size (1M), import cannot be used.
Raise the limit to 50M.
2016-07-21 13:38:03 +02:00
Sergey Melnik
6e006e4730
Fix logs naming
...
Errors to error.log and access to access.log
2016-04-24 22:13:25 +03:00
Marvin Steadfast
a9a8336f8f
first commit
2016-04-18 11:00:29 +02:00