1234567891011121314151617181920212223 |
-
- -allow_autologin
- Allow RESTFUL login redirection that allow machines like billboards to login to the system on boot (default true)
- -cert string
- TLS certificate file (.crt) (default "localhost.crt")
- -dir_list
- Enable directory listing (default true)
- -disable_ip_resolver
- Disable IP resolving if the system is running under reverse proxy environment
- -enable_homepage
- Redirect not logged in users to home page instead of login interface
- -hostname string
- Default name for this host (default "My ArOZ")
-
- -key string
- TLS key file (.key) (default "localhost.key")
- -max_upload_size int
- Maxmium upload size in MB. Must not exceed the available ram on your system (default 8192)
- -ntt int
- Nightly tasks execution time. Default 3 = 3 am in the morning (default 3)
- -tls
- Enable TLS on HTTP serving
|