1
0
Fork 0
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:
Jerry Vonau 2019-11-28 05:08:43 -06:00
parent 5f9a604e65
commit e71ae36a98
7 changed files with 56 additions and 4 deletions

View file

@ -0,0 +1,3 @@
location {{ gitea_url }}/ {
proxy_pass http://127.0.0.1:{{ gitea_port }};
}