Skip to content

Instantly share code, notes, and snippets.

@ahmpro
ahmpro / example.com-for-nginx
Created November 8, 2012 12:39
nginx simple config
# nginx simple config
# author: worldwide community
# edit: Vladislav Klimanov (ahmpro@rslayers.com)
# note: replace 'example.com' with your domain
# i like use uncommented this section for nginx/sites-available/default and comment next
#server {
# listen 80 default_server;
# error_log /dev/null crit;
# return 403;