Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 0d84d32

Browse files
committed
Update apache.conf
1 parent d89a3f9 commit 0d84d32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contrib/apache.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,11 @@
3939
Allow from all
4040
</Location>
4141

42+
# Allow ping and users to run unauthenticated.
43+
<Location /_ping>
44+
Satisfy any
45+
Allow from all
46+
</Location>
47+
4248
</VirtualHost>
4349

0 commit comments

Comments
 (0)