Encryption set for new git server
This commit is contained in:
parent
7947e3791c
commit
5b6c747d9c
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:
|
||||
websites:
|
||||
- shockrah.xyz
|
||||
- git.shockrah.xyz
|
||||
- resume.shockrah.xyz
|
||||
- temper.tv
|
||||
tasks:
|
||||
|
Loading…
Reference in New Issue
Block a user