module WebSite::Site
Direct including types
Defined in:
web_site/site.crInstance Method Summary
- #fastcgi : URI?
- #fastcgi=(fastcgi : URI?)
- #file : Path
- #file=(file : Path)
- #gzip : Bool
- #gzip=(gzip : Bool)
- #headers : Hash(String, String)
- #headers=(headers : Hash(String, String))
- #hosts : Array(URI)
- #hosts=(hosts : Array(URI))
- #log_file_error : Path?
- #log_file_error=(log_file_error : Path?)
- #log_file_output : Path?
- #log_file_output=(log_file_output : Path?)
- #proxy : URI?
- #proxy=(proxy : URI?)
- #root : Path?
- #root=(root : Path?)