-
Hej
i have used nginx rule:
```
location ~* ^(/.+)\.(jpg|jpeg|jpe|png|gif)$ {
add_header Vary Accept;
if ($http_accept ~* "webp"){
set $imwebp A;
}
if (-f $request_filename.webp) {
…
-
Hello, OLW have problem with https://kyprizel.github.io/testcookie-nginx-module/ this module. My Hosting use this extension for whole hosting, and OLW doesn't work with it. Is there any way arround fo…
-
docker-compose.yml with wordpress stack
-
```
services:
db:
image: mysql:8.0
container_name: user-19-mysql
environment:
MYSQL_DATABASE: user-19-db
MYSQL_USER: user-19
MYSQL_PASSWORD: user-19_SKL1234
…
-
hi, i try to run this in 3 container setup with a wordpress docker container but it does not work
this is my docker-compose file
`version: '2'
services:
db:
container_name: db
i…
-
### Description
I'm very interested in building headless WP apps, but I can't quite get this to work. I'm following the tutorial below, but when I get to the "npm run dev" step around 39:20 it does…
-
### Version
1.22.1
### What did you expect to happen?
After changing a previously published page to draft again, I expected it to no longer be accessible on the site.
### What actually happens?
T…
-
# Description
Policy to check if every Deployment is using a unique service account, and rejects if the deployment's service account is already in use by a existing deployment.
In the 1st itera…
-
Currently (e.g. [1]), this is a manual error-prone process of releasing new versions of these packages:
1. Release version N
2. Make some changes (to demo update)
3. Release version N+1
4. Updat…
-
### Description
When attempting to edit a custom post type with a Persian slug in the Gutenberg editor, I encounter the error message:
"You attempted to edit an item that doesn't exist. Perhaps it w…