Create wprocket-webp-express-force-https.tpl

This commit is contained in:
Luka Paunović 2025-07-13 00:27:04 +02:00 committed by GitHub
commit 7511baa628
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
server {
listen %ip%:%proxy_port%;
server_name %domain_idn% %alias_idn%;
location / {
rewrite ^(.*) https://$host$1 permanent;
}
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
}