diff options
| author | Markus Krogh <markus@nordu.net> | 2018-02-20 16:04:18 +0100 |
|---|---|---|
| committer | Markus Krogh <markus@nordu.net> | 2018-02-20 16:04:18 +0100 |
| commit | e8537d6c2e2b20a4b073f2b4eb66214e85c0c85a (patch) | |
| tree | d8fee78c6da206e2fdc4dbf6fc143ba19ad4415b /conf | |
Initial import of data
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/nunoc.org.conf | 36 |
1 files changed, 36 insertions, 0 deletions
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; + } +} |
