semaphore-playbooks/debian12-forgejo/templates/forgejo.conf
2023-08-05 20:09:29 +02:00

9 lines
169 B
Text

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