diff --git a/config/nginx.conf.erb b/config/nginx.conf.erb index 941a76af..0d752e1b 100644 --- a/config/nginx.conf.erb +++ b/config/nginx.conf.erb @@ -13,10 +13,6 @@ http { gzip_comp_level 2; gzip_min_length 512; - <% unless ENV['SIGSCI_ENABLED'].nil? || ENV['SIGSCI_ENABLED'].empty? %> - include "../sigsci-module-nginx/sigsci.conf"; - <% end %> - server_tokens off; log_format l2met 'measure#nginx.service=$request_time request_id=$http_x_request_id';