-
# Quick description
I have NTFY running with docker-compose, behind an nginx reverse-proxy with `https` (certbot).
Since mid-July, I no longer receive notifications on IOS, which used to work fine…
-
Unfortunately, the plugin is currently incompatible with nginx' `fastcgi_cache`. When the plugin is enabled, the cache is never hit (most likely due to the session cookie set in every response header,…
-
@philbraun writes...
> Looking at the content of `/wp-content/cache/zencache/cache/` I noticed a `.htaccess` file, which to me looks like it should disable access to the cached .html files from the o…
-
Hi, I am getting a repitative error for azure blob credentials while provisioning the PV, PVCs in the Kubernetes [K3s] Cluster using blobfuse protocol. I have verified the az blob storage account cred…
-
Hi,
I'm trying to prevent access to resources on a website (from any other not supposed to) by using CORS on Nginx. I did setup a reverse proxy to direct tiles requests to Martin (localhost:3000). …
-
## Problems
To archive High Availability, We usually store mp4 video on S3 Like Object Storage. However, at some infrastructure, the Object Storage Raw Performance is not enough for an high demand …
-
If someone is using nginx for caching with `wagtail.contrib.wagtailfrontendcache.backends.HTTPBackend` then it won't work by default because django always seems to send a `Vary: Cookie` header, even i…
-
nginx buildpack rewrites nginx.conf file, confirmed with
```sh
✦ ➜ ls -la
total 500K
drwxr-xr-x. 1 dmitry dmitry 508 Jan 25 2…
-
**What happened**:
We are using ingress-nginx with the config value `"enable-ocsp": true`.
In the beginning this works as expected, but the OCSP cache is not updated, when the response expires aft…
-
Using session_start() or ob_start() in your plugin without having it encapsulated in a function means that it will run on every single page load when your plugin is active. Sadly the way PHP Sessions …