Skip to content

Instantly share code, notes, and snippets.

@adamdaigian
Created August 15, 2014 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamdaigian/9c120eba4ecdd061f27d to your computer and use it in GitHub Desktop.
Save adamdaigian/9c120eba4ecdd061f27d to your computer and use it in GitHub Desktop.
Kanye-fidence Proxy Conf
server {
listen ${http};
server_name ${address.public};
access_log /var/log/nginx/localhost.access.log;
location / {
root ${folder}/kanye-generator;
index kanye.html;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment