Revert the addition of "AuthType Basic"

Did some more testing on my server here and I totally agree, don't need "AuthType Basic".
This commit is contained in:
donkers 2018-01-05 11:25:28 +11:00 committed by GitHub
parent 4bfdecbf64
commit 2d4538dcc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@
<Directory {{ pkg_path }}>
WSGIProcessGroup ihatemoney
WSGIApplicationGroup %{GLOBAL}
AuthType Basic
Order deny,allow
Allow from all
</Directory>