Skip to content
Snippets Groups Projects
Commit 9167442b authored by Julian Matschinske's avatar Julian Matschinske
Browse files

Remove password

parent 84c254c2
Branches
Tags
No related merge requests found
......@@ -5,9 +5,6 @@ server {
index index.html;
root /usr/share/nginx/html;
auth_basic "Preview Area";
auth_basic_user_file /etc/nginx/htpasswd;
location / {
try_files $uri$args $uri$args/ /index.html;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment