
- Главная Список форумов Полезные советы
- Поиск
-
- Текущее время: 21 апр 2025, 18:15
- Часовой пояс: UTC+03:00
Информация: Конференция переехала на GitHub. Старый форум доступен только для чтения.
location ~ \.html$ { try_files $uri =404; root "%hostdir%"; fastcgi_pass backend; fastcgi_index index.html; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param TMP "%sprogdir%/server/http/%httpdriver%/temp"; fastcgi_param TMPDIR "%sprogdir%/server/http/%httpdriver%/temp"; fastcgi_param TEMP "%sprogdir%/server/http/%httpdriver%/temp"; include "%sprogdir%/server/http/%httpdriver%/conf/fastcgi.conf"; }