lalalala
This commit is contained in:
parent
70b666f456
commit
1014b4c798
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue