mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
gitea dokuwiki nginx support
This commit is contained in:
parent
5f9a604e65
commit
e71ae36a98
7 changed files with 56 additions and 4 deletions
3
roles/gitea/templates/gitea-nginx.conf.j2
Normal file
3
roles/gitea/templates/gitea-nginx.conf.j2
Normal file
|
@ -0,0 +1,3 @@
|
|||
location {{ gitea_url }}/ {
|
||||
proxy_pass http://127.0.0.1:{{ gitea_port }};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue