diff --git a/infra/static-vultr/ansible/files/resume.shockrah.xyz.conf b/infra/static-vultr/ansible/files/resume.shockrah.xyz.conf new file mode 100644 index 0000000..aa786f6 --- /dev/null +++ b/infra/static-vultr/ansible/files/resume.shockrah.xyz.conf @@ -0,0 +1,12 @@ +server { + 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 e69de29..d69be5b 100644 --- a/infra/static-vultr/ansible/files/shockrah.xyz.conf +++ b/infra/static-vultr/ansible/files/shockrah.xyz.conf @@ -0,0 +1,11 @@ +server { + 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 b/infra/static-vultr/ansible/files/temper.tv new file mode 100644 index 0000000..b840a76 --- /dev/null +++ b/infra/static-vultr/ansible/files/temper.tv @@ -0,0 +1,12 @@ +server { + root /opt/nginx/temper.tv; + index index.html; + server_name temper.tv; + + location / { + try_files $uri $uri/ =404; + } +} + + +