Skip to content

Commit 202fe35

Browse files
committed
updated ntp log settings
1 parent be6d26d commit 202fe35

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build/default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ server {
3131
fastcgi_pass unix:/var/run/php5-fpm.sock;
3232
fastcgi_index index.php;
3333
include fastcgi_params;
34-
fastcgi_param REMOTE_ADDR $http_x_real_ip;
34+
#fastcgi_param REMOTE_ADDR $http_x_real_ip;
3535
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;
3636
fastcgi_param HTTPS off;
3737
}

build/ntp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
3+
logconfig=syncstatus + sysevents
4+
25
driftfile /var/lib/ntp/drift
36
restrict default kod nomodify notrap nopeer noquery
47
restrict -6 default kod nomodify notrap nopeer noquery

0 commit comments

Comments
 (0)