Skip to content

Commit 35f6013

Browse files
meyerlordmarteau
authored andcommitted
Remove occurences of /var/data
1 parent 1b68a7b commit 35f6013

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/install/py-qgis-server.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Folders used below
4141

4242
.. code-block:: bash
4343
44-
mkdir -p /srv/qgis/plugins /srv/qgis/config /srv/data /var/log/qgis /var/lib/py-qgis-server /var/data
44+
mkdir -p /srv/qgis/plugins /srv/qgis/config /srv/data /var/log/qgis /var/lib/py-qgis-server
4545
4646
The file to watch for restarting workers
4747
----------------------------------------
@@ -214,6 +214,6 @@ Either by editing manually the file :file:`lizmap/var/config/lizmapConfig.ini.ph
214214
lizmapPluginAPIURL="http://127.0.0.1:7200/lizmap/"
215215
216216
; path to find repositories
217-
rootRepositories="/var/data"
217+
rootRepositories="/srv/data"
218218
219219
Your :guilabel:`Server information` panel must show you the QGIS Server version and installed plugins.

0 commit comments

Comments
 (0)