Skip to content

Instantly share code, notes, and snippets.

@mnordhoff
Created November 22, 2013 21:02
Show Gist options
  • Save mnordhoff/7606824 to your computer and use it in GitHub Desktop.
Save mnordhoff/7606824 to your computer and use it in GitHub Desktop.
server {
listen 80;
listen [::]:80;
location / {
return 301 http://www.beta.grundclock.com$request_uri;
}
server_name .beta.grundclock.com;
}
server {
listen 80;
listen [::]:80;
location / {
return 301 http://www.pool.ntp.org$request_uri;
}
server_name .pool.ntp.org .ntppool.org;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment