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
2020-01-12 00:09:32 -06:00

3 lines
99 B
Text

location {{ dokuwiki_url }} {
proxy_pass http://127.0.0.1:{{ apache_port }}{{ dokuwiki_url }};
}