Skip to content

Reverse proxy for Apache? #314

Answered by vrtmrz
gerroon asked this question in Q&A
Oct 31, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Sorry for being late!
Unfortunately, there are no sample files for Apache.
However, the following configuration would work for you.


LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_http2_module modules/mod_proxy_http2.so

<Location "/obsidiansync">
ProxyPass http://127.0.0.1:5984
ProxyPassReverse http://127.0.0.1:5984
</Location>

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@vrtmrz
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by gerroon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants