Someone else domain is pointed to my IP [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 5 years ago. Improve this question I’ve just done a routine reverse IP check. And saw that 2 domains are pointing to my IP. This is getting me really … Read more

How to combine tomcat and nginx? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I would like to configure my system so nginx is serving all of the the static files, while Tomcat is handling the dynamic … Read more

How to update nginx? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I try to update nginx but it tells me the last version is 1.2.1: root@localhost:~# aptitude install nginx No packages will be installed, … Read more

How to configure nginx to send traffic to internal ip based on hostname? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I’m planning on setting up a VPS “service” just for a couple of my friends to use, but I only have one IP. … Read more

NGINX config rules needed [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question For a specific application I need to move from Apache to Ngninx for better scalability. Unfortunately I’m not able to convert the config … Read more

ansible tower causing nginx problems

The ansible tower uses port 40 and 443. Nginx also listens on port 80. Now, the servers which I have hosted behind nginx, like netdata. I accessed them earlier by http://xx.xx.xx.xx/netdata. Now that ansible tower is running on port 80. Whenever I try to access xx.xx.xx.xx/netdata, it shows me this, meaning that request never reaches … Read more

Convert this .htaccess directive to nginx for me [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question <Files urllist.txt> order allow,deny Allow from xx.xx.91.29 </Files> Answer This will translate to following in nginx config: location = /path/to/urllist.txt { allow xx.xx.91.29; … Read more