Plugin not working (NGINX)
-
I tried to install this plugin but it does not seem to work.
Running the latest 5.0.3 WordPress on a NGINX webserver.If added the rewrite to my / location:
location / { try_files $uri $uri/ /index.php$is_args$args; rewrite \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php; }It seems that the script is not called, because when I add:
error_log('SCRIPT IS CALLED', 3, '/var/www/{sitedir}/wp-content/cache/error.log');to the adaptive-images-script.php right under the SILENCE test, no error.log is created when I visit a page with images.
The cache directory remains empty i.e. also no adaptive-images directory is created.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Plugin not working (NGINX)’ is closed to new replies.