1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/roles/gitea/templates/gitea-nginx.conf.j2

4 lines
81 B
Text
Raw Normal View History

2019-11-28 11:08:43 +00:00
location {{ gitea_url }}/ {
proxy_pass http://127.0.0.1:{{ gitea_port }}/;
2019-11-28 11:08:43 +00:00
}