This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
server_name awstat.mysite.com; | |
root /var/www/stat; | |
error_log /var/log/nginx/awstat.mysite.com.error; | |
access_log /var/log/nginx/awstat.mysite.com.access; | |
log_not_found off; | |
server_tokens off; | |
error_page 401 403 404 /404.html; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
biff = no | |
myhostname = mail.mysite.org | |
mydomain = mysite.org | |
myorigin = /etc/mailname | |
mydestination = $myhostname, localhost.$mydomain, localhost | |
relayhost = | |
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 | |
mailbox_size_limit = 0 | |
recipient_delimiter = + | |
inet_interfaces = all |