diff --git a/nginx/default.conf b/nginx/default.conf
index a0355cc63a5f63837ddad1f688c68777c35e4dcb..3683d12f88eba670b9edd54eb3881d024d3ac107 100644
--- a/nginx/default.conf
+++ b/nginx/default.conf
@@ -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;
     }