rocket-nginx icon indicating copy to clipboard operation
rocket-nginx copied to clipboard

Rocket-Nginx is a Nginx configuration that makes WP-Rocket even faster by serving static pages directly without loading WordPress or PHP.

Results 13 rocket-nginx issues
Sort by recently updated
recently updated
newest added

Hi. I am using the latest version, I am working on my website on localhost via WSL (windows subsystem for Linux). My homepage URL is: https://localhost:83 I need to include...

**Describe the bug** File not cached problem if the permalink is non-english characters. **Versions** What version of Nginx are you using ? 1.12.6 What version of Rocket-Nginx are you using...

**Describe the bug** Does not work properly in a site network environment. **Versions** Nginx 1.18 Rocket-Nginx latest WP Rocket 3.10 Are you using Nginx as a reverse proxy (with Apache...

Hello, I'm facing unexpected issue while trying to use Rocket-NGINX After reading the installation instructions, I've tried implementing on my website but it only loads the homepage. The other pages...

Starting at 3.16, mobile cache is activated by default on new installations following the [removal of the Cache tab](https://docs.wp-rocket.me/article/1817-removal-of-the-cache-tab). This means two cache files are generated (desktop and mobile) and...

enhancement

Hello. This is a question. I follow the instruction, but after alter the nginx.conf with `include rocket-nginx/conf.d/default.conf;` I got error like this : ``` nginx: [emerg] "set" directive is not...

**Describe the bug** When using http3, the $http_host variable may be empty. It is used by the config file tho to determine where in the file system the cache file...

I've tried to implement some brotli support for pre-compressed files. As described in #230

Hello, I want to propose the support of brotli precompressed files. As we may know, brotli is rather expensive on the compression side, but cheaper on the decompression side. So...

I've altered the existing `add_header` lines slightly so they can be `preg_replace`'d more easily when the new option `use_more_set_headers` is set to true (default: false). That would implement #228