Merge pull request #274 from roland-becsi-veratrak/patch-1

Update default.conf
This commit is contained in:
Aykut Saraç 2023-03-08 12:39:48 +03:00 committed by GitHub
commit 5524ab37d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,4 +6,12 @@ server {
location /editor {
try_files $uri /editor.html;
}
location /widget {
try_files $uri /widget.html;
}
location /embed {
try_files $uri /embed.html;
}
}