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

Дусал нэвтэрхий толь-с
 
7-р мөр: 7-р мөр:
 
'''How to fix:'''
 
'''How to fix:'''
  
In pfsense, the nginx conf file is at /var/etc/nginx-webConfigurator.conf
+
In pfsense, the nginx conf file is at /etc/inc/system.inc
  
 
<pre>
 
<pre>
 
  keepalive_timeout  300;
 
  keepalive_timeout  300;
 
+
  proxy_read_timeout 3600;
    location / {
 
      root  /usr/local/www/nginx;
 
      index index.html index.htm;
 
      proxy_read_timeout 3600;
 
    }
 
 
</pre>
 
</pre>
  
 
[[Ангилал:Сисадмин]]
 
[[Ангилал:Сисадмин]]

19:31, 26 Арваннэгдүгээр сар 2024-ий байдлаарх одоогийн засвар

By default we might have following error with Acme plugin of pfSense.

xxxx/xx/xx xx:xx:xx [error] xxxxx#xxxxxx: *xxxx upstream timed out (60: Operation timed out) while reading response header from upstream, client: xxx.xxx.xxx.xxx, server: , request: "POST /acme/acme_certificates.php HTTP/2.0", upstream: "fastcgi://unix:/var/run/php-fpm.socket", 

How to fix:

In pfsense, the nginx conf file is at /etc/inc/system.inc

 keepalive_timeout  300;
 proxy_read_timeout 3600;