Added IPv6 port bind to nginx.conf

This commit is contained in:
3l3m3nt 2025-11-30 19:30:47 +13:00
parent fea7c99021
commit 43949c3ef4

View file

@ -3,6 +3,7 @@ proxy_cache_path /app/logo_cache levels=1:2 keys_zone=logo_cache:10m
server {
listen NGINX_PORT;
listen [::]:NGINX_PORT;
proxy_connect_timeout 75;
proxy_send_timeout 300;