replace spaces with tabs

This commit is contained in:
Jonathan Barrow 2024-02-25 11:46:32 -05:00
parent 980a335ca2
commit a53821fe2d
No known key found for this signature in database
GPG Key ID: E86E9FE9049C741F

View File

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