Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello I see your Nginx example but I think not required. And, messy if we must put new rules for every WP plugins.

    Only this:

    location / {
    try_files $uri $uri/ /index.php?$args;
    ....

    is enough to make WordPress control the 404 error handling. And Autoptimize already hooked to handle template 404 I think.

    that is proper and clean way for logical handling. htaccess is very messy and Nginx has single (easy) config.

    Better you do not redirect image file to webp files. That can make everything to be broken and unstable. And bad SEO.

    If you want to use webp then you should upload webp files to WordPress only.

    people caring too much about webp it is not very important.

    Its the same LEMP Nginx stack that WordOps and Webinoly setup automatic but only difference is that OpenSSL not included.

    why is OpenSSL useful more than Lets Encrypt free SSL certs?

    I do not use Git and Composer.

Viewing 3 replies - 1 through 3 (of 3 total)