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

Commit d89a3f9

Browse files
committed
Update apache.conf
1 parent 39f83fc commit d89a3f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/apache.conf

Lines changed: 5 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

0 commit comments

Comments
 (0)