mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2026-02-05 07:40:55 +01:00
updates to support recording formats new in 2.5+
This commit is contained in:
@@ -57,6 +57,11 @@ server {
|
||||
include /etc/nginx/sites-common;
|
||||
}
|
||||
|
||||
location /recording/ {
|
||||
proxy_pass http://docker-scalelite-recordings;
|
||||
include /etc/nginx/sites-common;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://docker-scalelite-api/health_check;
|
||||
include /etc/nginx/sites-common;
|
||||
|
||||
Reference in New Issue
Block a user