mirror of
https://github.com/PretendoNetwork/SSSL-DNS.git
synced 2026-04-24 23:06:47 -05:00
replace spaces with tabs
This commit is contained in:
parent
980a335ca2
commit
a53821fe2d
|
|
@ -1,17 +1,17 @@
|
|||
worker_processes 1;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
|
||||
server {
|
||||
server {
|
||||
listen 80;
|
||||
listen 443 ssl;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user