blog.shockrah.xyz working at an infrastructure level now

Also updated the image so that it has the right baseURL
which gets configured during the service build ( Hugo )
This commit is contained in:
2023-02-10 22:07:26 -08:00
parent 53267daf99
commit 904b730362
4 changed files with 75 additions and 1 deletions

View File

@@ -33,7 +33,6 @@ http {
server {
server_name "blog.shockrah.xyz";
location / {
return 200 'Visiting blog.shockrah.xyz';
root /var/www/blog.shockrah.xyz;
}
}