Skip to content

Instantly share code, notes, and snippets.

@wiedev-akro
wiedev-akro / bitrix-fpm.tpl
Last active November 18, 2024 17:57
CloudPanel template (1C-Bitrix + php-fpm)
#{"rootDirectory":"","phpVersion":"8.3","varnishCacheSettings":{"cacheLifetime":"604800","controller":"generic","excludes":["^\/bitrix\/admin\/"],"excludedParams":["__SID","noCache"]}}
server {
listen 80;
listen [::]:80;
listen 443 ssl http2;
listen [::]:443 ssl http2;
{{ssl_certificate_key}}
{{ssl_certificate}}