mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
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:
parent
4bfdecbf64
commit
2d4538dcc8
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
||||||
<Directory {{ pkg_path }}>
|
<Directory {{ pkg_path }}>
|
||||||
WSGIProcessGroup ihatemoney
|
WSGIProcessGroup ihatemoney
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
WSGIApplicationGroup %{GLOBAL}
|
||||||
AuthType Basic
|
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
Loading…
Reference in a new issue