From ef0ccec590cf06088f180e6592d9f614c9341e93 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 14 Jan 2014 02:51:01 +0100 Subject: sites:graph be more explicable about graph path --- sites/graph.krebsco.de/nginx/sites-available/graph.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sites') diff --git a/sites/graph.krebsco.de/nginx/sites-available/graph.conf b/sites/graph.krebsco.de/nginx/sites-available/graph.conf index 98651cec..1b74f53a 100644 --- a/sites/graph.krebsco.de/nginx/sites-available/graph.conf +++ b/sites/graph.krebsco.de/nginx/sites-available/graph.conf @@ -1,11 +1,11 @@ server { # graph hosting internal listen :80; - server_name graph; # or your hostname + server_name graph graph.retiolum; # or your hostname access_log /var/log/nginx/log/graph.log main; default_type text/plain; location / { - root /var/www/graph; + root /var/www/graph.retiolum; } } -- cgit v1.2.3