Online/config.yml

19 lines
550 B
YAML
Raw Normal View History

2016-05-30 06:10:51 +00:00
# Welcome to Online config !
#This define the port that your website that will run.
#****NOTE THAT YOU WILL NEED TO RE-PORTFOREWARD WITH THE NEW PORT****
port: 80
2016-05-30 06:10:51 +00:00
# Here you can choose the pages !
index: index.html
404: 404.html
403: 403.html
# Here you can config pages that user will not be able to see !
denied-pages:
2016-07-30 16:12:56 +00:00
- /config.yml
- /router.php
# Here you can choose if the server automaticly disable itself on server stop.
# DO NOT DISABLE THIS OPTION WHEN YOU'RE USING AN HOSTER ! OR YOU WON4T BE ABLE TO STOP IT !
KillOnShutdown: true