Fix: fastcgi remote addr
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user