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
@@ -108,7 +108,7 @@ You must restart the Nginx server to validate the configuration.
108
108
109
109
Optimize FastCGI Pool Manager (FPM)
110
110
-----------------------------------
111
-
For a high-capacity server handling multiple Lizmap instances under heavy load, more aggressive PHP-FPM settings might be needed. Edit /etc/php/8.2/fpm/pool.d/www.conf and change the following settings:
111
+
For a high-capacity server handling multiple Lizmap instances under heavy load, more aggressive PHP-FPM settings might be needed. Edit /etc/php/8.3/fpm/pool.d/www.conf and change the following settings:
112
112
113
113
.. code-block:: bash
114
114
@@ -123,7 +123,7 @@ Those values are examples and you will need to test how much RAM/CPU this is goi
123
123
124
124
.. code-block:: bash
125
125
126
-
sudo systemctl reload php8.2-fpm
126
+
sudo systemctl reload php8.3-fpm
127
127
128
128
129
129
Enable geolocation
@@ -234,8 +234,8 @@ to edit PostgreSQL layer. You must **only** check that the Lizmap server can acc
234
234
235
235
.. code-block:: bash
236
236
237
-
apt install php8.2-pgsql
238
-
service php8.2-fpm restart
237
+
apt install php8.3-pgsql
238
+
service php8.3-fpm restart
239
239
240
240
For Lizmap logs, users and groups, it can be either stored in SqLite or PostgreSQL. To store these information in
0 commit comments