Skip to content

Instantly share code, notes, and snippets.

@balintsera
Last active October 1, 2017 08:33
Show Gist options
  • Save balintsera/72b212026a239909c3b764d6f211ecf6 to your computer and use it in GitHub Desktop.
Save balintsera/72b212026a239909c3b764d6f211ecf6 to your computer and use it in GitHub Desktop.
Nginx config before substitution
location / {
root /usr/share/nginx/html;
index index.html index.htm;
add_header "Set-Cookie" '${APP_CONF}';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment