From bb0c5ae74bd80516b769c00c81bedf11a4d3e9ed Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 26 Jun 2019 23:43:47 +0200 Subject: We have /etc in a separate repo for the server now. --- etc/nginx/apps/drupal/admin_basic_auth.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 etc/nginx/apps/drupal/admin_basic_auth.conf (limited to 'etc/nginx/apps/drupal/admin_basic_auth.conf') diff --git a/etc/nginx/apps/drupal/admin_basic_auth.conf b/etc/nginx/apps/drupal/admin_basic_auth.conf deleted file mode 100644 index cc796ce..0000000 --- a/etc/nginx/apps/drupal/admin_basic_auth.conf +++ /dev/null @@ -1,12 +0,0 @@ -# -*- mode: nginx; mode: flyspell-prog; ispell-local-dictionary: "american" -*- - -## Protect the /admin URIs with a basic auth. -location ^~ /admin { - auth_basic "Restricted access"; #realm - auth_basic_user_file .htpasswd-users; - - ## Include the specific FastCGI configuration. This is for a - ## FCGI backend like php-cgi or php-fpm. - include apps/drupal/fastcgi_drupal.conf; - fastcgi_pass phpcgi; -} -- cgit v1.2.3