nginx/sites-available/8004-forgejo.conf

13 lines
169 B
Text

server {
listen 443 ssl;
server_name git.vlw.se;
include snippets/vlw.se-ssl;
location / {
client_max_body_size 128M;
proxy_pass http://localhost:8004;
}
}