lib/smartcloud/grids/grid-nginx/fastcgi.conf in smartcloud-0.0.49 vs lib/smartcloud/grids/grid-nginx/fastcgi.conf in smartcloud-0.0.50

- old
+ new

@@ -6,6 +6,6 @@ fastcgi_param GIT_HTTP_EXPORT_ALL ""; # fastcgi_param GIT_PROJECT_ROOT /.smartcloud/grids/grid-runner/apps/repositories; # is the location of all of your git repositories. fastcgi_param PATH_INFO $uri; # Takes the capture group from our location directive and gives git that. fastcgi_param REMOTE_USER $remote_user; # Forward REMOTE_USER as we want to know when we are authenticated -# IMPORTANT NOTE: Other required fastcgi_params have been defined already as environment variables in the runner container and hence need not be passed here. +# IMPORTANT NOTE: Other required fastcgi_params have been defined as environment variables in the runner container and hence need not be passed here.