1
0
Fork 0
nginx-ipscrub/ipscrub/test/saltedsha/nginx.conf

19 lines
292 B
Nginx Configuration File
Raw Normal View History

2018-03-31 02:47:17 +02:00
error_log logs/error.log;
events {}
http {
log_format main '$ipscrub_salted_hash_debug';
access_log logs/access.log main;
ipscrub_period_seconds 2;
server {
listen 8081;
# listen [::]:8081 ipv6only=off;
server_name localhost;
}
}