htz-cloud.miniserver: add htdocs
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
22cc208e54
commit
7161cc345b
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue