Title: yasuf21's Replies | WordPress.org

---

# yasuf21

  [  ](https://wordpress.org/support/users/yasuf21/)

 *   [Profile](https://wordpress.org/support/users/yasuf21/)
 *   [Topics Started](https://wordpress.org/support/users/yasuf21/topics/)
 *   [Replies Created](https://wordpress.org/support/users/yasuf21/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/yasuf21/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/yasuf21/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/yasuf21/engagements/)
 *   [Favorites](https://wordpress.org/support/users/yasuf21/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Autoptimize and Nginx](https://wordpress.org/support/topic/autoptimize-and-nginx/)
 *  [yasuf21](https://wordpress.org/support/users/yasuf21/)
 * (@yasuf21)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/autoptimize-and-nginx/#post-15023363)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Images to WebP] Switched from Apache to Nginx](https://wordpress.org/support/topic/switched-from-apache-to-nginx/)
 *  [yasuf21](https://wordpress.org/support/users/yasuf21/)
 * (@yasuf21)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/switched-from-apache-to-nginx/#post-15023350)
 * 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.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Fastest WordPress stack?](https://wordpress.org/support/topic/fastest-wordpress-stack/)
 *  [yasuf21](https://wordpress.org/support/users/yasuf21/)
 * (@yasuf21)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/fastest-wordpress-stack/#post-15023340)
 * 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)