My wordpress website uses subdirectory type multisite with the install command:
"wo site create example.com --wpsubdir --wpfc --le"
Currently, I created 3 subdirectories which all use FastCGI Cache and HTTP headers all subdirs say "x-fastcgi-cache: HIT". (default without any configuration).
How do I exclude FastCGI on a specific site subdirectory? (as the title of this thread)
Examples of rules like:
example.com/en - doesn't use fastCGI
example.com/ch - uses fastCGI
example.com/jk - doesn't use fastCGI