diff --git a/docker/nginx.conf b/docker/nginx.conf index 10f2eb09..2a12bef3 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -1,5 +1,5 @@ server { - listen NGINX_PORT; + listen 9191; proxy_connect_timeout 75; proxy_send_timeout 300; @@ -22,6 +22,10 @@ server { root /app; } + location /logos/ { + root /data; + } + # admin disabled when not in dev mode location /admin { return 301 /login; diff --git a/frontend/src/components/tables/ChannelsTable.jsx b/frontend/src/components/tables/ChannelsTable.jsx index 86ea4b9c..ab58f59e 100644 --- a/frontend/src/components/tables/ChannelsTable.jsx +++ b/frontend/src/components/tables/ChannelsTable.jsx @@ -424,7 +424,13 @@ const ChannelsTable = ({}) => { alignItems: 'center', }} > - channel logo + channel logo ), },