From 6b83183a205cb1e90c690c7e7f71c447cfae9a32 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 5 Aug 2017 13:07:50 -0700 Subject: backup adze nginx config --- adze_extras/nginx-sites/codetropes.com | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 adze_extras/nginx-sites/codetropes.com (limited to 'adze_extras/nginx-sites/codetropes.com') diff --git a/adze_extras/nginx-sites/codetropes.com b/adze_extras/nginx-sites/codetropes.com new file mode 100644 index 0000000..dff321d --- /dev/null +++ b/adze_extras/nginx-sites/codetropes.com @@ -0,0 +1,14 @@ + +server { + listen 80; + listen [::]:80; + server_name codetropes.com www.codetropes.com; + + access_log /var/log/nginx/access.log; + + location / { + root /srv/http/codetropes.com/www/; + index index.html index.htm; + } +} + -- cgit v1.2.3