location ~* /wp-content/resources/.*\.(js|css)$ { | |
try_files $uri $uri/ /wp-content/autoptimize_404_handler.php; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
location ~* /wp-content/resources/.*\.(js|css)$ { | |
try_files $uri $uri/ /wp-content/autoptimize_404_handler.php; | |
} |