Skip to content

Instantly share code, notes, and snippets.

View ilnytskyi's full-sized avatar

Stanislav Ilnytskyi ilnytskyi

View GitHub Profile
@ilnytskyi
ilnytskyi / Testing in Magento 2.md
Created October 3, 2025 15:16 — forked from ProcessEight/Testing in Magento 2.md
M2: Notes on setting up PHPUnit and writing/troubleshooting tests in Magento 2
@ilnytskyi
ilnytskyi / varnish.vcl
Created May 11, 2023 17:41 — forked from henkvalk/varnish.vcl
A solution for softpurges in Magento on Varnish 6.0 many thanks to @IvanChepurnyi
vcl 4.1;
import std;
import xkey;
# The minimal Varnish version is 6.0
# For SSL offloading, pass the following header in your proxy server or load balancer: 'X-Forwarded-Proto: https'
backend default {