mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
commit
717b3c6deb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ more_set_headers "X-Content-Type-Options: nosniff";
|
||||||
more_set_headers "Access-Control-Allow-Origin: '${allowed_origins}'";
|
more_set_headers "Access-Control-Allow-Origin: '${allowed_origins}'";
|
||||||
more_set_headers "Cross-Origin-Resource-Policy: cross-origin";
|
more_set_headers "Cross-Origin-Resource-Policy: cross-origin";
|
||||||
more_set_headers "Cross-Origin-Embedder-Policy: require-corp";
|
more_set_headers "Cross-Origin-Embedder-Policy: require-corp";
|
||||||
root /var/www/cryptpad;
|
root __FINALPATH__/;
|
||||||
index index.html;
|
index index.html;
|
||||||
error_page 404 /customize.dist/404.html;
|
error_page 404 /customize.dist/404.html;
|
||||||
if ($uri ~ ^(\/|.*\/|.*\.html)$) {
|
if ($uri ~ ^(\/|.*\/|.*\.html)$) {
|
||||||
|
|
Loading…
Reference in a new issue