semaphore-playbooks/debian12-forgejo/templates/forgejo.conf
2024-04-28 22:39:18 +02:00

11 lines
201 B
Text

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