Closed TheBlapse closed 2 years ago
Still getting the same error, here's my proxy config file for apache2
ProxyPass "/" "http://localhost:9000/" connectiontimeout=5 timeout=30 keepalive=on
ProxyPassReverse "/" "http://localhost:9000/"
RewriteEngine on
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteCond %{HTTP:Connection} upgrade [NC]
RewriteRule ^/?(.*) "ws://localhost:9000//$1" [P,L]
ProxyPass "/events" "ws://localhost:9000/events" connectiontimeout=5 timeout=30 keepalive=on
ProxyPassReverse "/events" "ws://localhost:9000/events"
ProxyPass "/api/v1/" "http://localhost:9000/api/v1/" connectiontimeout=5 timeout=30 keepalive=on
ProxyPassReverse "/api/v1" "http://localhost:9000/api/v1/"
Could anyone help me setting up apache2 reverse proxy my current config is:
but It's giving an error while signing up.