Welcome! Log In Create A New Profile

Advanced

Re: Disable access by IP and unknown hosts

October 30, 2011 12:57PM
Hallo Nginx User..

i was try with your config, its work, but when i open with my domain is riderect to 403 page.. i cant access my domain,
this is for config server

user nginx;
worker_processes 10;

error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;


events {
worker_connections 1024;
}


http {
include /etc/nginx/mime.types;
default_type application/octet-stream;

log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';

access_log /var/log/nginx/access.log main;

sendfile on;
tcp_nopush on;
tcp_nodelay on;

keepalive_timeout 65;

}

server {
listen 80;
listen 443;
return 403;
server_name domaingue.crots
www.domaingue.crots
;

location / {
root path/to/html;
index index.php index.html index.htm;
}
Subject Author Posted

Disable access by IP and unknown hosts

leocrespo May 11, 2010 02:52AM

Re: Disable access by IP and unknown hosts

Igor Sysoev May 11, 2010 02:58AM

Re: Disable access by IP and unknown hosts

leocrespo May 11, 2010 03:06AM

Re: Disable access by IP and unknown hosts

Igor Sysoev May 11, 2010 03:20AM

Re: Disable access by IP and unknown hosts

leocrespo May 11, 2010 04:00AM

Re: Disable access by IP and unknown hosts

MyName October 29, 2011 02:06PM

Re: Disable access by IP and unknown hosts

Nginx User October 29, 2011 03:54PM

Re: Disable access by IP and unknown hosts

MyName October 30, 2011 12:57PM

Re: Disable access by IP and unknown hosts

Nginx User October 30, 2011 01:24PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 279
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready