mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 15:37:06 +00:00
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
listener csf {
|
|
map csf *
|
|
address *:[PORT]
|
|
secure 0
|
|
}
|
|
|
|
# Virtualhost start - do not remove this line
|
|
virtualHost csf {
|
|
vhRoot [DIRECTORY]
|
|
allowSymbolLink 1
|
|
enableScript 1
|
|
restrained 1
|
|
docRoot [DOCUMENTROOT]
|
|
}
|
|
# Virtualhost end - do not remove this line
|