summaryrefslogtreecommitdiffstats
path: root/sites/graph.krebsco.de/etc/nginx/sites-available/graph.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sites/graph.krebsco.de/etc/nginx/sites-available/graph.conf')
-rw-r--r--sites/graph.krebsco.de/etc/nginx/sites-available/graph.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/sites/graph.krebsco.de/etc/nginx/sites-available/graph.conf b/sites/graph.krebsco.de/etc/nginx/sites-available/graph.conf
new file mode 100644
index 00000000..1b74f53a
--- /dev/null
+++ b/sites/graph.krebsco.de/etc/nginx/sites-available/graph.conf
@@ -0,0 +1,11 @@
+server {
+ # graph hosting internal
+ listen <internal-ip>:80;
+ 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.retiolum;
+ }
+}
+