diff --git a/docker/beta/nginx.conf b/docker/beta/nginx.conf index f09ace6..56e54da 100644 --- a/docker/beta/nginx.conf +++ b/docker/beta/nginx.conf @@ -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; + } + } }