pass scheme to fastcgi #70

Merged
bence merged 1 commits from bugfix/pass-scheme-to-fastcgi into master 2023-09-28 14:55:37 +02:00
Showing only changes of commit 47928d2d2b - Show all commits

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 {