You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+62Lines changed: 62 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,65 @@ Install
24
24
-------
25
25
26
26
Instructions for installing WebAppDIRAC are described `here <https://github.com/DIRACGrid/DIRAC/blob/integration/docs/source/AdministratorGuide/ServerInstallations/InstallingWebAppDIRAC.rst#installing-webappdirac>`_.
27
+
28
+
Configure
29
+
---------
30
+
31
+
To configure web portal you need create **/WebApp** section in DIRAC configuration::
32
+
33
+
WebApp
34
+
{
35
+
# Specifies the caption in the title in the browser. By default, the name of the configuration is taken.
36
+
# Title = "My title"
37
+
38
+
# To use some balancer(e.g.: nginx) assign a balaser name here. By default, the portal is launched without a balancer.
39
+
# Balancer = None
40
+
41
+
# If a balancer is defined, this option determines the number of processes that will run in parallel on different ports. By default: 1.
42
+
# NumProcesses = 1
43
+
44
+
# If you want to run web portal in "development mode", by default, this is disabled.
45
+
# DevelopMode = True
46
+
47
+
# Change the root of the request path to the server(default: /DIRAC). It is not recommended to change.
48
+
# RootURL = /DIRAC
49
+
50
+
# To configure https protocol. It is not recommended to change.
51
+
# If you use balancer this options will ignore and will use HTTP options.
52
+
# HTTPS
53
+
# {
54
+
# To disable https protocol delete value. It is not recommended to change.
0 commit comments