Welcome! Log In Create A New Profile

Advanced

application unreachable from any external IP

Posted by vlad_ind 
application unreachable from any external IP
June 03, 2016 03:38AM
Hi to all!
I got an issue with nginx - I'm unable to set it up correctly to be reached from outside the VPS.

I'm setting up searx: https://github.com/asciimoo/searx and, at a certain point of its installation steps it specifies a sample configuration for nginx:

server {
listen 80;
server_name searx.example.com;
root /usr/local/searx;

location / {
include uwsgi_params;
uwsgi_pass unix:/run/uwsgi/app/searx/socket;
}
}

I pasted it in /etc/nginx/nginx.conf (since the file mentioned in the installation guide did not exist and was not read by nginx), and everything works - but visible only from localhost.

What could be causing this kind of issue?

P.S. my current config is this: http://sprunge.us/UKdX
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 94
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready