mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Re-add NGINX_PORT to nginx config.
This commit is contained in:
parent
7351264e8a
commit
01273003a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue