Created
February 4, 2023 11:57
-
-
Save VirtuBox/7525cb0315cbed75bbfe659e31fbd3ea to your computer and use it in GitHub Desktop.
matomo wordops conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
location ~ /(config|tmp|core|lang|libs|vendor|plugins|misc/user)$ { | |
deny all; | |
} | |
add_header Referrer-Policy origin; | |
add_header X-Piwik-Cache $upstream_cache_status; | |
location ~* \.html$ { | |
allow all; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment