mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
# 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
|
# /static directory is stored on filesystem
|
||||||
Alias {{ lokole_url }}/static {{ lokole_install_path }}
|
Alias {{ lokole_url }}/static {{ lokole_install_path }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue