Skip to content

Instantly share code, notes, and snippets.

@sigmaris
Created September 2, 2012 17:32
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 sigmaris/3601965 to your computer and use it in GitHub Desktop.
Save sigmaris/3601965 to your computer and use it in GitHub Desktop.
Example (insecure!) Puppet Dashboard nginx config
server {
listen 80;
server_name dashboard.example.com;
passenger_enabled on;
access_log /var/log/nginx/puppet-dashboard_access.log;
error_log /var/log/nginx/puppet-dashboard_error.log;
root /usr/share/puppet-dashboard/public;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment