mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-02 15:00:02 +00:00
Decompose the base_uri option.
This allows support for having tawashi in a subdirectory of your domain, eg http://example.com/tawashi
This commit is contained in:
parent
c5f3b3cbcc
commit
34daf8e411
9 changed files with 58 additions and 20 deletions
|
@ -2,7 +2,8 @@
|
|||
redis_server = 127.0.0.1
|
||||
redis_port = 6379
|
||||
redis_mode = inet
|
||||
base_uri = 127.0.0.1:8080
|
||||
host_name = 127.0.0.1
|
||||
host_port = from_downstream
|
||||
website_root = @CMAKE_CURRENT_BINARY_DIR@/html
|
||||
logging_level = trace
|
||||
log_file = @CMAKE_CURRENT_BINARY_DIR@/tawashi.log
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
redis_server = 127.0.0.1
|
||||
redis_port = 6379
|
||||
redis_mode = inet
|
||||
base_uri = 127.0.0.1:8080
|
||||
host_name = 127.0.0.1
|
||||
host_port = from_downstream
|
||||
website_root = html
|
||||
logging_level = trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue