pass on token
This commit is contained in:
@@ -18,6 +18,14 @@ server {
|
||||
fastcgi_param DOCUMENT_ROOT $realpath_root;
|
||||
fastcgi_pass php:9000;
|
||||
fastcgi_read_timeout 120;
|
||||
|
||||
# Ensure HTTPS is correctly detected by Symfony if Nginx is behind a TLS termination proxy
|
||||
fastcgi_param HTTPS $https if_not_empty;
|
||||
# Standard forwarded headers
|
||||
fastcgi_param HTTP_X_FORWARDED_FOR $proxy_add_x_forwarded_for;
|
||||
fastcgi_param HTTP_X_FORWARDED_PROTO $http_x_forwarded_proto;
|
||||
fastcgi_param HTTP_X_FORWARDED_HOST $http_x_forwarded_host;
|
||||
fastcgi_param HTTP_X_FORWARDED_PORT $http_x_forwarded_port;
|
||||
}
|
||||
|
||||
location ~ /\.ht {
|
||||
|
||||
Reference in New Issue
Block a user