Fixing indentation from vim

This commit is contained in:
shockrah 2023-02-11 21:19:08 -08:00
parent 5903ba2a5e
commit f973c67bb4

View File

@ -27,10 +27,10 @@ http {
keepalive_timeout 65;
gzip on;
gzip_min_length 2048;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/xml text/javascript application/x-jacascript application/xml;
gzip_disable "MSIE [1-6]\.";
gzip_min_length 2048;
gzip_proxied expired no-cache no-store private auth;
gzip_types text/plain text/xml text/javascript application/x-jacascript application/xml;
gzip_disable "MSIE [1-6]\.";
include /etc/nginx/conf.d/*.conf;
server {
@ -39,11 +39,11 @@ http {
root /var/www/shockrah.xyz;
}
}
server {
server_name "resume.shockrah.xyz";
location / {
root /var/www/resume.shockrah.xyz;
}
}
server {
server_name "resume.shockrah.xyz";
location / {
root /var/www/resume.shockrah.xyz;
}
}
}