Skip to content

Struggling to make NGINX reverse proxy work with Meshcentral #6062

Answered by si458
jrosetto asked this question in Issues
Discussion options

You must be logged in to vote

you have put return 301 https://$host$request_uri; under the very first server which is running on port 443
so its trying to redirect https to https to https, etc...
remove the very first return 301 and leave the second on above listen 80

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jrosetto
Comment options

Answer selected by jrosetto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Issues
Labels
None yet
2 participants