Skip to content

Commit

Permalink
Revert "fix apache configuration"
Browse files Browse the repository at this point in the history
This reverts commit 6c35db6.
  • Loading branch information
bouttier committed Nov 3, 2021
1 parent 1017ca1 commit 6d1c385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/assets/geonature_apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Alias /geonature ${GEONATURE_DIR}/frontend/dist
</Directory>

<Location /geonature/api>
ProxyPass https://127.0.0.1:8000
ProxyPassReverse https://127.0.0.1:8000
ProxyPass http://127.0.0.1:8000/geonature/api
ProxyPassReverse http://127.0.0.1:8000/geonature/api
</Location>

0 comments on commit 6d1c385

Please sign in to comment.