htz-cloud.miniserver: add htdocs
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Sophie Schiller 2022-01-19 20:48:08 +01:00
parent 22cc208e54
commit 7161cc345b

View file

@ -1,4 +1,11 @@
location /
{
add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Origin *;
}
location /eeGh9gah1aiY8GoY/
{
autoindex on;
auth_basic "privat";
auth_basic_user_file /etc/nginx/htpasswd;
}