Custom Domains
Cloud Compilers
TurboJS
Forms
Webhooks
Collaborations
REST API
File Format and Structure
0
Location /about1
Delay 10002
Rewrite /about.html3
4
Location /pricing5
Redirect /3016
7
Location /features/*8
Respond "Sorry you can't see this page" 403Above is an example of a config file with a few Conditions and Rules.
Our config file allows to specify how site requests will be handled. The general structure of a file is:
[Condition#1] [args]
[Rule#1] [args]
[Rule#2] [args]
So far these conditions are supported:
Location
NotFound
Location
supports exact path or express-like wildcards.
Additionally, any plugin can define it's own rules or conditions (more on that to follow).