Skip to content

Commit

Permalink
Fix apache snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
fao89 committed Apr 16, 2021
1 parent ca18d45 commit 442a239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/8572.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove scheme from apache snippet
4 changes: 2 additions & 2 deletions pulp_ansible/app/webserver_snippets/apache.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ProxyPass /pulp_ansible/galaxy http://${pulp-api}/pulp_ansible/galaxy
ProxyPassReverse /pulp_ansible/galaxy http://${pulp-api}/pulp_ansible/galaxy
ProxyPass /pulp_ansible/galaxy ${pulp-api}/pulp_ansible/galaxy
ProxyPassReverse /pulp_ansible/galaxy ${pulp-api}/pulp_ansible/galaxy

0 comments on commit 442a239

Please sign in to comment.