mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
remove test settings
This commit is contained in:
parent
25e8f93331
commit
9650a7654a
@ -1,9 +1,8 @@
|
||||
# Example Kore configuration
|
||||
|
||||
# Server configuration.
|
||||
#bind 127.0.0.1 443
|
||||
#bind ::1 443
|
||||
bind 10.11.1.174 443
|
||||
bind 127.0.0.1 443
|
||||
bind ::1 443
|
||||
|
||||
# The path worker processes will chroot too after starting.
|
||||
chroot /home/joris/src/kore
|
||||
@ -69,8 +68,7 @@ load modules/example/example.module
|
||||
# handler path module_callback
|
||||
|
||||
# Example domain that responds to localhost.
|
||||
#domain localhost {
|
||||
domain 10.11.1.174 {
|
||||
domain localhost {
|
||||
certfile cert/server.crt
|
||||
certkey cert/server.key
|
||||
accesslog /var/log/kore_access.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user