Fix: fastcgi remote addr

This commit is contained in:
2026-05-21 23:43:22 -06:00
parent 750321571c
commit f99580c176
+1
View File
@@ -22,6 +22,7 @@ http {
fastcgi_pass unix:/var/run/php-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
fastcgi_param REMOTE_ADDR $remote_addr;
include fastcgi_params;
}