Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

Deny all + Custom Error page (2 replies)

$
0
0
Hello,

I try to block wildcard sub domains as follows:


# block wildcard
server {
server_name ~^(.*)\.example\.com$ ;
root /usr/share/nginx/www;
error_page 403 /index.html;
allow 127.0.0.1;
deny all;
access_log off;
log_not_found off;
}

I always get the default "403 Forbidden" site of nginx.
When "deny all" is removed it work as expected.

Can anybody explain?
And does anybody know a workaround?

Best Regards;
Basti

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>