homediscussionstagsboardsrulesabout


Reverse Proxy issues

source: local ♦ tags: #tech #webhosting ||

#1 )) Name: kuz @ 2021-04-05 03:46

Hi 0chan

When I setup a reverse proxy for my multich instance, i set the apache config like this:

<VirtualHost *:80>
ServerName multich.kuz.lol
ProxyPassReverse / http://localhost:5000/
ProxyPass / http://localhost:5000/
</VirtualHost>

it works fine for the most part, but when you try to create a new thread it takes you to http://localhost:5000/ instead of the url

example:

multich.kuz.lol/create
=>
http://localhost:5000/create

why? how?

help

kthxbai



(new)

You need to solve the captcha before you can post.