1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/nginx/templates/lokole-nginx.conf.j2

4 lines
77 B
Text
Raw Normal View History

2019-10-15 17:42:04 +00:00
location /lokole {
proxy_pass http://127.0.0.1:{{ apache_port }}/lokole;
}