diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-07 14:15:44 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-11 22:45:29 +0200 |
commit | a0dc721ea324b9e09ee0c5d57c75b73b17e9e8e9 (patch) | |
tree | 31b309f6ce16af7d43d2c08558b89cf85987c6f9 /doc/mod | |
parent | c8497d05c5ae2ec3779000530eb937cd2a785cae (diff) |
doc/mod/scriptrunonce: hint to copy from global-config
Diffstat (limited to 'doc/mod')
-rw-r--r-- | doc/mod/scriptrunonce.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mod/scriptrunonce.md b/doc/mod/scriptrunonce.md index 20760fb..895c20c 100644 --- a/doc/mod/scriptrunonce.md +++ b/doc/mod/scriptrunonce.md @@ -27,6 +27,10 @@ The optional configuration goes to `global-config-overlay`. * `ScriptRunOnceBaseUrl`: base url, prepended to parameter * `ScriptRunOnceUrlSuffix`: url suffix, appended to parameter +> ℹ️ **Info**: Copy relevant configuration from +> [`global-config`](../../global-config.rsc) (the one without `-overlay`) to +> your local `global-config-overlay` and modify it to your specific needs. + If the parameter passed to the function is not a complete URL (starting with protocol `ftp://`, `http://`, `https://` or `sftp://`) the base-url is prepended, and file extension `.rsc` and url-suffix are appended. |