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:
parent
8f2cfea186
commit
d1e68050e8
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue