"PfSense acme certificates timeout fix"-ны өөр хувилбарууд
Дусал нэвтэрхий толь-с
(Хуудас үүсгэв: " In pfsense, the nginx conf file is at /usr/local/etc/nginx/nginx.conf <pre> keepalive_timeout 300; </pre>") |
|||
| 2-р мөр: | 2-р мөр: | ||
<pre> | <pre> | ||
| − | keepalive_timeout | + | keepalive_timeout 600; |
| + | |||
| + | location / { | ||
| + | root /usr/local/www/nginx; | ||
| + | index index.html index.htm; | ||
| + | proxy_read_timeout 3600; | ||
| + | } | ||
</pre> | </pre> | ||
22:30, 30 Зургаадугаар сар 2024-ий байдлаарх засвар
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;
}