Instructions for DEBUG= use

This commit is contained in:
2020-08-23 15:31:11 +02:00
parent 7f6309f618
commit fa1b5aef09
2 changed files with 7 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ GNU AGPLv3 code
Further options:
- Change what morss does
- Environment variable `DEBUG=`: to have some feedback from the script execution. Useful for debugging. On Apache, can be set via the `SetEnv` instruction
- Environment variable `DEBUG=`: to have some feedback from the script execution. Useful for debugging. On Apache, can be set via the `SetEnv` instruction (see sample `.htaccess` provided).
- `callback=NAME`: for JSONP calls
- `cors`: allow Cross-origin resource sharing (allows XHR calls from other servers)
- `txt`: changes the http content-type to txt (for faster "`view-source:`")