Deprecating old stuff that isnt used anymore
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# This file basically contains the base configuration for freechat.shockrah.xyz
|
||||
# This is to be installed before running certbot against it as this only sets us
|
||||
# up for correct HTTP(not TLS) based connections
|
||||
|
||||
server {
|
||||
root /var/www/freechat;
|
||||
index index.html;
|
||||
server_name freechat.shockrah.xyz;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
# This file basically contains the base configuration for qrcodes.leftcoast.space
|
||||
# This is to be installed before running certbot against it as this only sets us
|
||||
# up for correct HTTP(not TLS) based connections
|
||||
|
||||
server {
|
||||
root /var/www/qrcodes.leftcoast.space;
|
||||
index index.html;
|
||||
server_name qrcodes.leftcoast.space;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
14
deprecated/playbooks/beta/base-site-conf/resume.shockrah.xyz
Normal file
14
deprecated/playbooks/beta/base-site-conf/resume.shockrah.xyz
Normal file
@@ -0,0 +1,14 @@
|
||||
# This file basically contains the base configuration for freechat.shockrah.xyz
|
||||
# This is to be installed before running certbot against it as this only sets us
|
||||
# up for correct HTTP(not TLS) based connections
|
||||
|
||||
server {
|
||||
root /var/www/resume.shockrah.xyz;
|
||||
index index.html;
|
||||
server_name resume.shockrah.xyz;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
|
||||
14
deprecated/playbooks/beta/base-site-conf/shockrah.xyz
Normal file
14
deprecated/playbooks/beta/base-site-conf/shockrah.xyz
Normal file
@@ -0,0 +1,14 @@
|
||||
# This file basically contains the base configuration for freechat.shockrah.xyz
|
||||
# This is to be installed before running certbot against it as this only sets us
|
||||
# up for correct HTTP(not TLS) based connections
|
||||
|
||||
server {
|
||||
root /var/www/shockrah.xyz;
|
||||
index index.html;
|
||||
server_name shockrah.xyz;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user