Hidden service Nginx query

Running into a small problem hoping someone can help me out or point me in the right direction.

For my example lets assume we have both a car forum & a cycle forum o my workstation.

Car forum is listening on port 80 and the cycle forum is listening on port 88

I have my gateway ports setup as follows

HiddenServicePort 80 10.152.152.11:80

HiddenServicePort 80 10.152.152.11:88

The car forum works flawlessly my trouble arises when I load up the cycle forum it will load okay until it comes to registering an account or signing into the forum the hidden service url will add :88 to the end of it which is the port number and fail to load.

I then have to manually remove 88 from the url bar and Iā€™m now logged in and it works fine until I logout then it throws :88 back in the url.

Have I setup the gateway pointing to my hidden service incorrectly or is this an nginx issue?

:laughing:

Give it a try, maybe this is your solution:

Fixed it thank you :slight_smile:

1 Like