diff options
-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; } } |