diff options
author | makefu <github@syntax-fehler.de> | 2014-01-14 02:51:01 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-01-14 02:51:01 +0100 |
commit | ef0ccec590cf06088f180e6592d9f614c9341e93 (patch) | |
tree | 969712eb478fd3864e9bde5ed4ee743cdd4366ac /sites | |
parent | c8d89f5cdd1aae2f5519bd49a9d77dbf280b57f3 (diff) |
sites:graph be more explicable about graph path
Diffstat (limited to 'sites')
-rw-r--r-- | sites/graph.krebsco.de/nginx/sites-available/graph.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 <internal-ip>: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; } } |