diff --git a/generator/src/templates/nginx/http/glue.server.conf.twig b/generator/src/templates/nginx/http/glue.server.conf.twig index 2fd0fa06b..c82bcc5f2 100644 --- a/generator/src/templates/nginx/http/glue.server.conf.twig +++ b/generator/src/templates/nginx/http/glue.server.conf.twig @@ -13,8 +13,6 @@ fastcgi_param SPRYKER_API_HOST "{{ host }}"; fastcgi_param SPRYKER_API_PORT "{{ externalPort }}"; fastcgi_param SPRYKER_GLUE_APPLICATION_CORS_ALLOW_ORIGIN "{{ endpointData['cors-allow-origin'] | default('') | nginx_var }}"; - - fastcgi_param HTTP_AUTHORIZATION ""; {% if storeServices['mail']['sender']['email'] is not empty %} fastcgi_param SPRYKER_MAIL_SENDER_EMAIL "{{ storeServices['mail']['sender']['email'] }}";