Encryption set for new git server

This commit is contained in:
shockrah 2024-08-03 16:14:49 -07:00
parent 7947e3791c
commit 5b6c747d9c
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
server {
listen 80;
server_name git.shockrah.xyz;
location / {
proxy_pass http://localhost:3000;
}
}

View File

@ -4,6 +4,7 @@
vars: vars:
websites: websites:
- shockrah.xyz - shockrah.xyz
- git.shockrah.xyz
- resume.shockrah.xyz - resume.shockrah.xyz
- temper.tv - temper.tv
tasks: tasks: