Add Nginx Server Rewrite

I want to add a server rewrite to Nginx:
location / {
try_files /cache/blitz/$http_host/$uri/$args/index.html $uri $uri/ /index.php?$query_string;
}
Currently, do we support adding it using Web configuration?

0

Comments

3 comments
Date Votes

Please sign in to leave a comment.

 

Didn't find what you were looking for?

New post