Skip to content

Commit

Permalink
Fix httpd config to have the right "/api/v1/talk"
Browse files Browse the repository at this point in the history
  • Loading branch information
celian-garcia authored Feb 10, 2022
1 parent 4ff28ad commit 20a92cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ LogLevel warn
<IfModule proxy_html_module>
Include conf/extra/proxy-html.conf
SSLProxyEngine On
ProxyPass "/talk/" "https://milobella.com:10443/talk/"
ProxyPass "/api/v1/talk/" "https://milobella.com:10443/api/v1/talk/"
</IfModule>

# Secure (SSL/TLS) connections
Expand Down

0 comments on commit 20a92cf

Please sign in to comment.