Encryption set for new git server
This commit is contained in:
7
infra/static-vultr/ansible/files/git.shockrah.xyz.conf
Normal file
7
infra/static-vultr/ansible/files/git.shockrah.xyz.conf
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name git.shockrah.xyz;
|
||||||
|
location / {
|
||||||
|
proxy_pass http://localhost:3000;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user