Changes between Version 5 and Version 6 of WebserverSetup
- Timestamp:
- 09/07/12 13:36:17 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebserverSetup
v5 v6 16 16 AddType application/fits .fts .fits .fit .FIT .FITS .FTS 17 17 }}} 18 19 If you don't see any `AddType` directives, but have a `TypesConfig /path/to/mime.types`, you can add to the end of the referenced file: 20 21 {{{ 22 image/fits fits fit fts 23 }}} 24 25 ... or `application/fits`, as appropriate. 18 26 19 27