Answer the question
In order to leave comments, you need to log in
Am I setting the variable value correctly for try_files in NGINX?
I'm trying to include the WP SuperCache module via include. Here is such a design:
server {
....
# Enable WP SuperCache
include common/wp-supercache;
location / {
try_files $gzipcachefile $cachefile $uri $uri/ /index.php?$args;
}
....
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question