Online/resources/config.yml
Ad5001 335007df2b 1.4 starting...
Just have to add an handler.
2016-07-30 17:09:31 +03:00

15 lines
355 B
YAML

# 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
# 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:
- /config.yml
- /router.php