We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687b78d commit 52538caCopy full SHA for 52538ca
docs/source/faq.rst
@@ -13,8 +13,12 @@ How do I set SCRIPT_NAME?
13
By default ``SCRIPT_NAME`` is an empty string. The value could be set by
14
setting ``SCRIPT_NAME`` in the environment or as an HTTP header. Note that
15
this headers contains and underscore, so it is only accepted from trusted
16
-forwarders listed in the ``forwarded-allow-ips`` setting.
+forwarders listed in the :ref:`forwarded-allow-ips` setting.
17
18
+.. note::
19
+
20
+ If your application should appear in a subfolder, your ``SCRIPT_NAME``
21
+ would typically start with single slash but contain no trailing slash.
22
23
Server Stuff
24
============
0 commit comments