0
votes
0answers
18 views

nginx redirect with /

I'm configuring nginx for the below scenario. I have a web server say example.com, when I'm writing a rule like if someone hits /something it should redirect on index.html (including styles and css). ...
0
votes
1answer
1k views

How to register Nginx as a service, after installing Passenger?

I need passenger/nginx to run many sites on port 80. I have installed it with its own installer (per the instructions on the nginx website. But nginx is not registered as a service. I can only run it ...