This commit is contained in:
Jan Koppe 2021-12-28 22:55:18 +00:00
parent 70b666f456
commit 1014b4c798
2 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,9 @@ server {
location /music.json { location /music.json {
proxy_pass http://s1.wup1.mon2.de:8989; proxy_pass http://s1.wup1.mon2.de:8989;
} }
location /content/live {
proxy_pass https://infobeamer-cms.c3voc.de;
}
} }
#error_page 404 /404.html; #error_page 404 /404.html;

View File

@ -6,8 +6,6 @@ services:
restart: unless-stopped restart: unless-stopped
networks: networks:
- ingress - ingress
ports:
- 9999:80
volumes: volumes:
- ./public:/usr/share/nginx/html:ro - ./public:/usr/share/nginx/html:ro
- ./default.conf:/etc/nginx/conf.d/default.conf:ro - ./default.conf:/etc/nginx/conf.d/default.conf:ro