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

Commit 7900283

Browse files
committed
Merge pull request #977 from hgomez/master
Update apache.conf
2 parents a14ede9 + 0d84d32 commit 7900283

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

contrib/apache.conf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
ProxyRequests off
1313
ProxyPreserveHost on
14+
15+
# Some HTTPd came configured with /error for error messages
16+
# In this case, you should disable proxying to remote docker-registry
17+
# ProxyPass /error/ !
18+
1419
ProxyPass / http://127.0.0.1:5000/
1520
ProxyPassReverse / http://127.0.0.1:5000/
1621

@@ -34,5 +39,11 @@
3439
Allow from all
3540
</Location>
3641

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

0 commit comments

Comments
 (0)