Rename custom-layouts to custom-layout as in OpenVidu v2

This commit is contained in:
cruizba 2024-04-10 12:42:05 +02:00
parent 07091d0aae
commit 7a4a94f38a
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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