Re-add NGINX_PORT to nginx config.

This commit is contained in:
SergeantPanda 2025-04-04 15:25:45 -05:00
parent 7351264e8a
commit 01273003a5

View file

@ -2,7 +2,7 @@ proxy_cache_path /app/logo_cache levels=1:2 keys_zone=logo_cache:10m
inactive=24h use_temp_path=off;
server {
listen 9191;
listen NGINX_PORT;
proxy_connect_timeout 75;
proxy_send_timeout 300;