Update wprocket-webp-express-force-https.stpl

This commit is contained in:
Luka Paunović 2025-07-13 00:26:08 +02:00 committed by GitHub
commit 59db959b9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ server {
# Allow PHP access to WebP Express WOD handler
location ~ ^/wp-content/plugins/webp-express/wod/.*\.php$ {
proxy_pass https://148.113.209.199:8443;
proxy_pass https://%ip%:%web_ssl_port%;
}
location / {