Site configs
This commit is contained in:
parent
4fd20a9136
commit
31795ea6d9
12
infra/static-vultr/ansible/files/resume.shockrah.xyz.conf
Normal file
12
infra/static-vultr/ansible/files/resume.shockrah.xyz.conf
Normal file
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -0,0 +1,11 @@
|
||||
server {
|
||||
root /opt/nginx/shockrah.xyz;
|
||||
index index.html;
|
||||
server_name shockrah.xyz;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
|
||||
|
12
infra/static-vultr/ansible/files/temper.tv
Normal file
12
infra/static-vultr/ansible/files/temper.tv
Normal file
@ -0,0 +1,12 @@
|
||||
server {
|
||||
root /opt/nginx/temper.tv;
|
||||
index index.html;
|
||||
server_name temper.tv;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user