mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
adapted images on dev for using the new scalelite core image
This commit is contained in:
@@ -47,12 +47,12 @@ server {
|
||||
include /etc/nginx/sites-common;
|
||||
}
|
||||
|
||||
location /presentation {
|
||||
location /presentation/ {
|
||||
proxy_pass http://docker-scalelite-recordings;
|
||||
include /etc/nginx/sites-common;
|
||||
}
|
||||
|
||||
location /playback {
|
||||
location /playback/ {
|
||||
proxy_pass http://docker-scalelite-recordings;
|
||||
include /etc/nginx/sites-common;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user