added gateway code so sites can exist at /somepath and not just at /
This commit is contained in:
parent
39b949e9f3
commit
c3acc50381
11 changed files with 64 additions and 45 deletions
|
|
@ -1,7 +1,19 @@
|
|||
# Add a comma separated list of the names this site can use.
|
||||
# The first site in the list will be used as the default
|
||||
# sitename for generating offline URLs and other functions.
|
||||
|
||||
sitename = www.example.com, example.com
|
||||
|
||||
# The location where the WebGUI server will be handling
|
||||
# requests. This is normally just '/' or the root of the
|
||||
# server, but on some installations it might be /webgui or
|
||||
# /site1, /site2, etc. If this is set to anything other than
|
||||
# '/' then a matching <Location /somepath> block should
|
||||
# contain the WebGUI handler instead in the Apache
|
||||
# VirtualHost configuration.
|
||||
|
||||
gateway = /
|
||||
|
||||
# The relative or fully qualified URL to the extras folder
|
||||
# that comes with WebGUI.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue