smarthost examples

This commit is contained in:
Serghey Rodin 2013-06-17 12:13:27 +03:00
commit 4b53b12965
88 changed files with 350 additions and 5 deletions

View file

@ -0,0 +1,9 @@
server {
listen 127.0.0.1:8084 default;
server_name _;
server_name_in_redirect off;
location / {
stub_status on;
access_log off;
}
}