aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/customservices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 417459e..3c4f5ad 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -259,7 +259,7 @@ The API Token (or the user asigned to that token if not separated permissions is
259 259
260It is highly recommended that you create and API Token with only these permissions on a read-only mode. 260It is highly recommended that you create and API Token with only these permissions on a read-only mode.
261 261
262If you get errors, they will be shown on browser's dev console. Main issues tend to be CORS related as Proxmox does not include CORS headers and you have to desploy it behind a reverse proxy and make the proxy add this headers. 262If you get errors, they will be shown on browser's dev console. Main issues tend to be CORS related as Proxmox does not include CORS headers and you have to deploy it behind a reverse proxy and make the proxy add this headers.
263 263
264Configuration example: 264Configuration example:
265 265