infra/ansible/files/git.shockrah.xyz.conf

8 lines
107 B
Plaintext
Raw Permalink Normal View History

2024-08-03 23:14:49 +00:00
server {
listen 80;
server_name git.shockrah.xyz;
location / {
proxy_pass http://localhost:3000;
}
}