July 29, 2010, 06:49:08 PM
Welcome,
Guest
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Welcome to the Unofficial (YET) support forums for NGINX, a performance HTTP server.
Home
Help
Search
Calendar
Login
Register
NGINX - performance HTTP server Support Forums
>
NGINX - news / changelog / updates
>
NGINX - Message from the gods
>
Nginx Security
« previous
next »
Pages: [
1
]
Go Down
Print
Author
Topic: Nginx Security (Read 1706 times)
0 Members and 1 Guest are viewing this topic.
DoGood
Newbie
Karma: 0
Offline
Posts: 1
Nginx Security
«
on:
February 06, 2009, 01:49:21 PM »
Hi,
I want to deny particular IP (for example 121.246.250.25)
I tried in many ways, but still allowing to access my sit
I tried like this
location = / {
deny 121.246.250.25
}
can any give solution ?
thanks
Logged
when2
Newbie
Karma: 0
Offline
Posts: 1
Re: Nginx Security
«
Reply #1 on:
June 03, 2009, 04:34:09 PM »
Have u tried without putting '=' sign??
In my Configuration, i write
locate / {
deny 10.14.200.0/24
}
And it's works
Logged
Pages: [
1
]
Go Up
Print
« previous
next »