infra/ansible/files/git.shockrah.xyz.conf
shockrah be13e9e71f
Some checks failed
Actions demo / simple-echo (push) Failing after 1s
Moving ansible playbook stuff to its new resting place
2024-08-17 16:24:41 -07:00

8 lines
107 B
Plaintext

server {
listen 80;
server_name git.shockrah.xyz;
location / {
proxy_pass http://localhost:3000;
}
}