Log issue: Static Cache with redirect to trailing slash #11483
Unanswered
carstenjaksch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following NGINX config that redirects to trailing slash:
Now the production log gets flooded with these messages:
Static caching is working because I need to use the
nocache
tag for random content. But the debug message appears also on pages without thenocache
tag – if that triggers it.What could I optimize here?
Beta Was this translation helpful? Give feedback.
All reactions