Skip to content
Violet edited this page Nov 2, 2010 · 2 revisions

NoTempFiles

By default, when writing to an output file, Melody will first write the data to a temp file, then rename that temp file. In the case that the process writing the data dies unexpectedly, this prevents the pages on your site from being erased. If you do not like this behavior (perhaps because it requires you to set directory permissions too liberally), you can use this directive to turn it off.

Default value: 0

Example:

    NoTempFiles 1
  • Categories: Appendix: Configuration Directives
  • Tags: config
Clone this wiki locally