1
0
mirror of synced 2025-01-15 22:57:02 +01:00
Mason Simon 21582cc86a Init
2018-03-30 17:47:17 -07:00

19 lines
292 B
Nginx Configuration File

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;
}
}