Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created September 10, 2011 00:07
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 tsabat/1207662 to your computer and use it in GitHub Desktop.
Save tsabat/1207662 to your computer and use it in GitHub Desktop.
static config for nginx
server {
listen 8000 default;
server_name localhost;
access_log /var/log/nginx/schemaspy.access.log;
location / {
root /var/www/schemaspy/;
index index.html index.htm;
autoindex on;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment