mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
added dependences to bbb init script
This commit is contained in:
@@ -42,7 +42,7 @@ server {
|
||||
include /etc/nginx/sites-common;
|
||||
}
|
||||
|
||||
location /static-resource {
|
||||
location /static-resource/ {
|
||||
rewrite /static-resource(/|$)(.*) /$2 break;
|
||||
proxy_pass http://docker-scalelite-recordings;
|
||||
include /etc/nginx/sites-common;
|
||||
|
||||
@@ -42,7 +42,7 @@ server {
|
||||
include /etc/nginx/sites-common;
|
||||
}
|
||||
|
||||
location /static-resource {
|
||||
location /static-resource/ {
|
||||
rewrite /static-resource(/|$)(.*) /$2 break;
|
||||
proxy_pass http://docker-scalelite-recordings;
|
||||
include /etc/nginx/sites-common;
|
||||
|
||||
Reference in New Issue
Block a user