From 853d8a471b8dd2d5ca982b802d021da62ce0ea91 Mon Sep 17 00:00:00 2001 From: TaykYoku Date: Thu, 12 Aug 2021 22:51:22 +0200 Subject: [PATCH] add docs --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a5eaa5eb0..f871e24f2 100644 --- a/README.rst +++ b/README.rst @@ -71,9 +71,10 @@ To configure web portal you need create **/WebApp** section in DIRAC configurati # To set secret for security cookies # CookieSecret = mysecret + # Next section contain access rights. # Access # { - # + # upload = TruestedHost # } # Path to favicon icon. It is not recommended to change. @@ -82,5 +83,6 @@ To configure web portal you need create **/WebApp** section in DIRAC configurati # SSL protocol to use. # SSLProtocol = - # DefaultStaticDirs = + # Set static directories. + # DefaultStaticDirs = None }