Welcome!
Log In
Create A New Profile
Home
>
Mailing Lists
>
Nginx Mailing List - English
> Topic
Advanced
Re: Is there a way to configure nginx not to block request from a specific IP address?
Previous Message
Next Message
Forum List
Message List
New Topic
Print View
machineatube
September 17, 2009 03:56AM
Registered: 15 years ago
Posts: 4
here is my conf file , the nginx version is 0.7.36
I just used the default config.
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 0;
server {
listen 80;
server_name localhost;
location / {
root html;
index index.html index.htm;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /web;
#root html;
}
}
}
Reply
Quote
RSS
Subject
Author
Posted
Is there a way to configure nginx not to block request from a specific IP address?
machineatube
September 17, 2009 03:51AM
Re: Is there a way to configure nginx not to block request from a specific IP address?
machineatube
September 17, 2009 03:56AM
Re: Is there a way to configure nginx not to block request from a specific IP address?
Igor Sysoev
September 17, 2009 06:32AM
Re: Is there a way to configure nginx not to block request from a specific IP address?
machineatube
September 17, 2009 09:56AM
Re: Is there a way to configure nginx not to block request from a specific IP address?
machineatube
September 18, 2009 03:28AM
Sorry, only registered users may post in this forum.
Click here to login
Online Users
Guests: 95
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024