Compare commits

..

No commits in common. "5041258de05a72a20659e42dfc215223a3504bea" and "55cf2afde307eb92fd5d7990be462d1d68bb52bc" have entirely different histories.

View File

@ -15,7 +15,6 @@ 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 {