semaphore-playbooks/debian12-forgejo/templates/forgejo.conf

10 lines
169 B
Plaintext

server {
listen 80;
server_name {{ domain }};
location / { # Note: Trailing slash
proxy_pass http://localhost:3000; # Note: Trailing slash
}
}