summaryrefslogtreecommitdiffstats
path: root/conf.d/ipepdv.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/ipepdv.conf')
-rw-r--r--conf.d/ipepdv.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.d/ipepdv.conf b/conf.d/ipepdv.conf
new file mode 100644
index 0000000..3654561
--- /dev/null
+++ b/conf.d/ipepdv.conf
@@ -0,0 +1,6 @@
+server {
+ listen 80;
+ server_name ipepdv.ipe.kit.edu;
+
+ include /etc/nginx/pdv.d/*.conf;
+}