pass scheme to fastcgi
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good

This commit is contained in:
Bence Pőcze 2023-09-28 14:43:30 +02:00
parent 55cf2afde3
commit 47928d2d2b
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -15,6 +15,7 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
fastcgi_param REQUEST_SCHEME $forwarded_scheme;
}
location ~ /\.ht {