1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/dokuwiki/templates/dokuwiki-nginx.conf.j2

4 lines
101 B
Text
Raw Normal View History

location {{ dokuwiki_url }}/ {
proxy_pass http://127.0.0.1:{{ apache_port }}{{ dokuwiki_url }}/;
2020-01-04 11:28:47 +00:00
}