diff options
Diffstat (limited to 'portal-gui/rpkigui/settings.py.in')
-rw-r--r-- | portal-gui/rpkigui/settings.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portal-gui/rpkigui/settings.py.in b/portal-gui/rpkigui/settings.py.in index 896992fb..17cb51be 100644 --- a/portal-gui/rpkigui/settings.py.in +++ b/portal-gui/rpkigui/settings.py.in @@ -115,5 +115,5 @@ MYRPKI_DATA_DIR = '@CONFDIR@' # Where to find the myrpki.py command line tool. MYRPKI_PATH = '@MYRPKI_TOOL@' -# the user apache runs as -APACHE_USER='@USER@' +# the user web server runs as +WEB_USER='@WEBUSER@' |