Skip to content

Instantly share code, notes, and snippets.

@isummation
Last active October 13, 2016 13:53
Show Gist options
  • Save isummation/bf133af32fcee6bbaf12059edd74c846 to your computer and use it in GitHub Desktop.
Save isummation/bf133af32fcee6bbaf12059edd74c846 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name mysite.local;
root C:/mysite.local;
index index.html index.htm index.cfm;
include lucee.conf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment