From 3b07a660b3a7dd442e3184600fad25ed27769a5f Mon Sep 17 00:00:00 2001
From: Matthias Stecher <matthiasstecher@gmx.de>
Date: Sat, 5 Sep 2020 22:55:43 +0200
Subject: [PATCH] __netbox_uwsgi: add hint to the --serve-static parameter

---
 type/__netbox_uwsgi/man.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/type/__netbox_uwsgi/man.rst b/type/__netbox_uwsgi/man.rst
index f5eff0b..6826cca 100644
--- a/type/__netbox_uwsgi/man.rst
+++ b/type/__netbox_uwsgi/man.rst
@@ -45,6 +45,11 @@ serve-static
     is only recommended for small setups or direct usage of the uWSGI socket
     like using it as standalone HTTP server for NetBox.
 
+    **Hint**: This parameter does not work in junction with the `__netbox`
+    parameter ``--basepath``. It is because this type does not know the
+    parameter value and this case is very unlikly to happen; although an
+    implementation is not difficult.
+
 
 MESSAGES
 --------