mirror of https://github.com/flarum/flarum
nginx: Overwrite Proxy header
parent
7e17408634
commit
de19d0a95b
|
@ -42,6 +42,7 @@ block="
|
|||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME \$document_root\$fastcgi_script_name;
|
||||
fastcgi_param LARA_ENV local; # Environment variable for Laravel
|
||||
fastcgi_param HTTP_PROXY ""; # Fix for https://httpoxy.org/ vulnerability
|
||||
fastcgi_param HTTPS off;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue