Nginx update

This commit is contained in:
2026-04-03 10:08:54 +10:00
parent 65f009d222
commit baa08f0b3a
+2
View File
@@ -17,6 +17,8 @@ http {
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param HTTPS on;
fastcgi_param HTTP_X_FORWARDED_PROTO https;
include fastcgi_params;
}
}