1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/gitea/templates/gitea-nginx.conf.j2
2019-11-28 06:16:11 -06:00

3 lines
78 B
Django/Jinja

location {{ gitea_url }}/ {
proxy_pass http://127.0.0.1:{{ gitea_port }};
}