Skip to content

Instantly share code, notes, and snippets.

View AkostDev's full-sized avatar
💭
🥷

Alexander Kostylev AkostDev

💭
🥷
View GitHub Profile
@AkostDev
AkostDev / bitrix-fpm.tpl
Created July 12, 2024 10:16 — forked from wiedev-akro/bitrix-fpm.tpl
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}}