PfSense acme certificates timeout fix
Дусал нэвтэрхий толь-с
16:48, 22 Есдүгээр сар 2024-ий байдлаарх Almas (Яриа | оруулсан хувь нэмэр) хэрэглэгчийн хийсэн залруулга
Add the following properties to <webgui> in /conf/config.xml file. If you add 300000 ms then it means 5 minutes.
<webgui> ... <connection_timeout>300000</connection_timeout> <server_timeout>300000</server_timeout> </webgui>
For old versions:
In pfsense, the nginx conf file is at /usr/local/etc/nginx/nginx.conf
keepalive_timeout 300; location / { root /usr/local/www/nginx; index index.html index.htm; proxy_read_timeout 3600; }