L
L
LittleFatNinja2016-09-06 14:50:07
Nginx
LittleFatNinja, 2016-09-06 14:50:07

How to configure nginx config to process requests with port number (resolved)?

127.0.0.1:105 works fine, but 127.0.0.1:105/some_url , then I get 404 not found nginx/1.4.6
in the config:

server {
listen 127.0.0.1:105;
...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alex stephen, 2016-09-06
@berezuev

server {
listen 105;
server_name some_url www.some_url;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question