Last active
October 1, 2017 08:33
-
-
Save balintsera/72b212026a239909c3b764d6f211ecf6 to your computer and use it in GitHub Desktop.
Nginx config before substitution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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