Refactor templating and drupal 9 support
This commit is contained in:
parent
eabf4a2ec4
commit
f22e658183
16 changed files with 275 additions and 144 deletions
16
factory/resources/templates/wisski-site.conf
Normal file
16
factory/resources/templates/wisski-site.conf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# This file was generated automatically.
|
||||
# It contains configuration for the WissKI site:
|
||||
# ${INSTANCE_DOMAIN}
|
||||
# Do not edit unless you know exactly what you are doing.
|
||||
|
||||
<VirtualHost *:${PUBLIC_PORT}>
|
||||
DocumentRoot ${WEB_DIR}
|
||||
ServerName ${INSTANCE_DOMAIN}
|
||||
AssignUserId ${SYSTEM_USER} ${SYSTEM_USER}
|
||||
|
||||
<Directory ${WEB_DIR}>
|
||||
include "${WISSKI_COMMON_PATH}/wisski-common-dir.conf"
|
||||
</Directory>
|
||||
|
||||
include "${WISSKI_COMMON_PATH}/wisski-common.conf"
|
||||
</VirtualHost>
|
||||
Loading…
Add table
Add a link
Reference in a new issue