I installed nginx as a reverse proxy but it 's not working. I cannot access my website from outside but if I run curl command (curl -v xxx.com) , I got the information.
Please help.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello, @pennicilin
Would you mind sharing the steps you’ve taken in order to configure the reverse proxy and also share the output of these commands:
You can double check that you’ve properly set the ports in the both the configuration files (presumably Apache and Nginx)
Also make sure that both web servers are up and running and that there are no syntax errors in the web config files, which you can check by this command:
and
Regards, Alex