diff options
author | Adam Spragg <adam@spragg-ssl.co.uk> | 2018-08-13 16:38:49 +0100 |
---|---|---|
committer | Adam Spragg <adam@spragg-ssl.co.uk> | 2018-08-13 16:38:49 +0100 |
commit | a927e5be83de5e569c0ccb877488f65625e9e143 (patch) | |
tree | db03daa47856a2abad1a4d260a23b78ef34e9a51 /apache2.conf | |
parent | 09b19bd860cc1fdf1b5a04e7b480d06b0996c615 (diff) |
Remove password-protected stuff from /obs
I don't really need it on this domain. Just move it to a different
location on a different domain instead
Diffstat (limited to 'apache2.conf')
-rw-r--r-- | apache2.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/apache2.conf b/apache2.conf index 42c4d25..fa588ff 100644 --- a/apache2.conf +++ b/apache2.conf @@ -167,20 +167,6 @@ # Do not list files beginning with an underscore in directory listings IndexIgnore _??* - <Location /obs> - AuthType Basic - AuthName "Private area" - #AuthBasicProvider PAM - #AuthPAMService spragg-ssl - AuthBasicProvider file - AuthUserFile "/srv/www/spragg-ssl.co.uk/passwd" - Require valid-user - </Location> - - <Location "/obs/server-status"> - SetHandler server-status - </Location> - # Enable user-dirs UserDir public_html |