1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Use Apache's domain socket URI syntax

This commit is contained in:
Aidan Fitzgerald 2018-07-29 13:57:14 -04:00 committed by Aidan Fitzgerald
parent 8f2cfea186
commit d1e68050e8

View file

@ -1,5 +1,5 @@
# Root directory goes to Lokole web server
ProxyPass {{ lokole_url }} http://unix:{{lokole_domain_socket}}
ProxyPass {{ lokole_url }} unix:{{ lokole_domain_socket }}|{{ lokole_full_url }}
# /static directory is stored on filesystem
Alias {{ lokole_url }}/static {{ lokole_install_path }}