Commit 44f9e909 authored by Thomas Lechauve's avatar Thomas Lechauve

Remove trailing character.

parent 3deaf2a0
# Html5 Application Server #
## Presentation ##
* Fast hosting software for static website (html5)
* Use Nginx server
## Parameter ##
download_url (string)
usage:
`<instance>
<parameter id="download_url">{{ your website tarball }}</parameter>
</instance>`
Details :
* Instance must have [download_url] parameter
* Only tarball (tar) is supported
* Compressed format is gunzip (optional)
* Tarball must contain an index.html at its root
## How it works ##
# Html5 Application Server #
## Presentation ##
* Fast hosting software for static website (html5)
* Use Nginx server
## Parameter ##
download_url (string)
usage:
`<instance>
<parameter id="download_url">{{ your website tarball }}</parameter>
</instance>`
Details :
* Instance must have [download_url] parameter
* Only tarball (tar) is supported
* Compressed format is gunzip (optional)
* Tarball must contain an index.html at its root
## How it works ##
Each time you (re)start your instance, html5as will remove previous website then download tarball and extract it in docroot directory.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment