Skip to content

Commit

Permalink
Remove duplicate ntp-servers. Used in nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorsmari committed Apr 23, 2020
1 parent 6c435f8 commit e3c29fc
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions scripts/nginx-conf/api.smartcitizen.me.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@ upstream docker-push {
server push:8000;
}

upstream ntp-servers {
server 0.europe.pool.ntp.org;
server 3.europe.pool.ntp.org;
server 3.es.pool.ntp.org;
server 2.europe.pool.ntp.org;
}

server {
server_name ntp.smartcitizen.me staging-ntp.smartcitizen.me;
listen 80;
location / {
proxy_pass http://ntp-servers;
}
}

server {
listen 80;
server_name ws.smartcitizen.me;
Expand Down

0 comments on commit e3c29fc

Please sign in to comment.