Fixing indentation from vim
This commit is contained in:
parent
5903ba2a5e
commit
f973c67bb4
@ -27,10 +27,10 @@ http {
|
|||||||
|
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_min_length 2048;
|
gzip_min_length 2048;
|
||||||
gzip_proxied expired no-cache no-store private auth;
|
gzip_proxied expired no-cache no-store private auth;
|
||||||
gzip_types text/plain text/xml text/javascript application/x-jacascript application/xml;
|
gzip_types text/plain text/xml text/javascript application/x-jacascript application/xml;
|
||||||
gzip_disable "MSIE [1-6]\.";
|
gzip_disable "MSIE [1-6]\.";
|
||||||
include /etc/nginx/conf.d/*.conf;
|
include /etc/nginx/conf.d/*.conf;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
@ -39,11 +39,11 @@ http {
|
|||||||
root /var/www/shockrah.xyz;
|
root /var/www/shockrah.xyz;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
server_name "resume.shockrah.xyz";
|
server_name "resume.shockrah.xyz";
|
||||||
location / {
|
location / {
|
||||||
root /var/www/resume.shockrah.xyz;
|
root /var/www/resume.shockrah.xyz;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user