Skip to content

Instantly share code, notes, and snippets.

@rylanb
Created April 12, 2011 15:26
Show Gist options
  • Save rylanb/915711 to your computer and use it in GitHub Desktop.
Save rylanb/915711 to your computer and use it in GitHub Desktop.
location / {
auth_basic "Restricted";
auth_basic_user_file /data/nginx/servers/<app_name>/<app_name>.users;
passenger_enabled on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment