Skip to content

Enable Domain without Nginx Plus #532

Answered by DarrenOfficial
ItsLeon15 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello there, sorry for the late reply. reverse proxy isn’t nginx plus only. you can do reverse proxy by using proxy_pass i.e

location / {
        proxy_set_header   X-Forwarded-For $remote_addr;
        proxy_set_header   Host $http_host;
        proxy_pass         http://127.0.0.1:3000;
    }

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@ItsLeon15
Comment options

@DarrenOfficial
Comment options

@ItsLeon15
Comment options

@DarrenOfficial
Comment options

Answer selected by SudhanPlayz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: enhancement Feature to be added
2 participants
Converted from issue

This discussion was converted from issue #531 on October 29, 2021 09:00.