"PfSense acme certificates timeout fix"-ны өөр хувилбарууд

Дусал нэвтэрхий толь-с
1-р мөр: 1-р мөр:
 +
Edit the following properties in /conf/config.xml file.
 +
If you change the 60000 ms to 600000 then it means 10 minutes.
 +
<pre>
 +
<connection_timeout>60000</connection_timeout>
 +
<server_timeout>60000</server_timeout>
 +
</pre>
 +
 
  In pfsense, the nginx conf file is at /usr/local/etc/nginx/nginx.conf
 
  In pfsense, the nginx conf file is at /usr/local/etc/nginx/nginx.conf
  

23:45, 30 Зургаадугаар сар 2024-ий байдлаарх засвар

Edit the following properties in /conf/config.xml file. If you change the 60000 ms to 600000 then it means 10 minutes.

<connection_timeout>60000</connection_timeout>
<server_timeout>60000</server_timeout>
In pfsense, the nginx conf file is at /usr/local/etc/nginx/nginx.conf
 keepalive_timeout  600;
  
    location / {
      root   /usr/local/www/nginx;
      index  index.html index.htm;
      proxy_read_timeout 3600;
    }