Fixing indentation from vim
This commit is contained in:
parent
5903ba2a5e
commit
f973c67bb4
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user