From e8537d6c2e2b20a4b073f2b4eb66214e85c0c85a Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Tue, 20 Feb 2018 16:04:18 +0100 Subject: Initial import of data --- conf/nunoc.org.conf | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 conf/nunoc.org.conf (limited to 'conf') diff --git a/conf/nunoc.org.conf b/conf/nunoc.org.conf new file mode 100644 index 0000000..6c444ce --- /dev/null +++ b/conf/nunoc.org.conf @@ -0,0 +1,36 @@ + +server { + listen 80 default_server; + server_name www.nordunoc.net + www.nunoc.se + www.nunoc.fi + www.nunoc.no + www.nunoc.org + www.nunoc.eu + www.nunoc.com + www.nordunoc.se + www.nordunoc.com + www.nordunoc.org + www.nordunoc.eu; + return 302 $scheme://www.nunoc.net$request_uri; +} + +server { + listen 80; + server_name www.nunoc.net; + + location / { + root /var/www; + index index.html index.htm; + } + + location /nunocweb/ticket.php { + #return 302 https://register.nordu.net/tts/openissues.php?$query_string; + proxy_pass https://register.nordu.net/tts/openissues.php; + } + + location /nunocweb/rss.php { + #return 302 https://register.nordu.net/tts/rss.php?$query_string; + proxy_pass https://register.nordu.net/tts/rss.php; + } +} -- cgit v1.1