Sha256: 5d9f2cbb3f308e53564280c17c3de32ed93d8dd64fe2b7f65baf93fae4cd7c43

Contents?: true

Size: 549 Bytes

Versions: 2

Compression:

Stored size: 549 Bytes

Contents

client_max_body_size 0; # Git pushes can be massive, just to make sure nginx doesn't suddenly cut the connection add this.

include fastcgi_params; # Include the default fastcgi configs

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 as environment variables in the runner container and hence need not be passed here.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smartcloud-0.0.54 lib/smartcloud/grids/grid-nginx/fastcgi.conf
smartcloud-0.0.53 lib/smartcloud/grids/grid-nginx/fastcgi.conf