From 809a9b5204804ef36bae56f04eb640ab342fd381 Mon Sep 17 00:00:00 2001 From: Dave Cole Date: Tue, 9 Apr 2013 18:26:13 -0400 Subject: Reorganize app to use external scripts. Make main file executable. Move sample code to readme. Refs #40. --- config/nginx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config/nginx (limited to 'config/nginx') diff --git a/config/nginx b/config/nginx deleted file mode 100644 index 07b5ece..0000000 --- a/config/nginx +++ /dev/null @@ -1,17 +0,0 @@ -server { - root /usr/share/nginx/www; - index index.html index.htm; - - # Make site accessible from http://localhost/ - server_name localhost; - - location / { - # First attempt to serve request as file, then - # as directory, then fall back to index.html - try_files $uri $uri/ /index.html; - - # Optional basic auth restriction - # auth_basic "Restricted"; - # auth_basic_user_file /etc/nginx/.htpasswd; - } -} -- cgit v1.2.3