diff --git a/infra/static-vultr/ansible/files/resume.shockrah.xyz.conf b/infra/static-vultr/ansible/files/resume.shockrah.xyz.conf index aa786f6..f0ee279 100644 --- a/infra/static-vultr/ansible/files/resume.shockrah.xyz.conf +++ b/infra/static-vultr/ansible/files/resume.shockrah.xyz.conf @@ -1,7 +1,8 @@ server { + listen 80; + server_name resume.shockrah.xyz; root /opt/nginx/resume.shockrah.xyz; index index.html; - server_name resume.shockrah.xyz; location / { try_files $uri $uri/ =404; diff --git a/infra/static-vultr/ansible/files/shockrah.xyz.conf b/infra/static-vultr/ansible/files/shockrah.xyz.conf index 96201cf..47bdcbe 100644 --- a/infra/static-vultr/ansible/files/shockrah.xyz.conf +++ b/infra/static-vultr/ansible/files/shockrah.xyz.conf @@ -1,8 +1,8 @@ server { listen 80; + server_name shockrah.xyz; root /opt/nginx/shockrah.xyz; index index.html; - server_name shockrah.xyz; location / { try_files $uri $uri/ =404; diff --git a/infra/static-vultr/ansible/files/temper.tv.conf b/infra/static-vultr/ansible/files/temper.tv.conf index b840a76..f971a18 100644 --- a/infra/static-vultr/ansible/files/temper.tv.conf +++ b/infra/static-vultr/ansible/files/temper.tv.conf @@ -1,7 +1,8 @@ server { + listen 80; + server_name temper.tv; root /opt/nginx/temper.tv; index index.html; - server_name temper.tv; location / { try_files $uri $uri/ =404;