Rename custom-layouts to custom-layout as in OpenVidu v2
This commit is contained in:
parent
07091d0aae
commit
7a4a94f38a
@ -44,7 +44,7 @@ const CaddyfileTemplate = `
|
||||
redir /openvidu/layouts /openvidu/layouts/
|
||||
handle_path /openvidu/layouts/* {
|
||||
uri strip_prefix /openvidu/layouts
|
||||
root * /var/www/custom-layouts
|
||||
root * /var/www/custom-layout
|
||||
file_server
|
||||
}
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ services:
|
||||
- MINIO_SECRET_KEY=${MINIO_SECRET_KEY:-}
|
||||
- OPENVIDU_SHIM_SECRET=${OPENVIDU_SHIM_SECRET:-}
|
||||
volumes:
|
||||
- ./custom-layouts:/var/www/custom-layouts
|
||||
- ./custom-layout:/var/www/custom-layout
|
||||
ports:
|
||||
- 5443:5443
|
||||
- 6443:6443
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user