We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6d26d commit 202fe35Copy full SHA for 202fe35
build/default
@@ -31,7 +31,7 @@ server {
31
fastcgi_pass unix:/var/run/php5-fpm.sock;
32
fastcgi_index index.php;
33
include fastcgi_params;
34
- fastcgi_param REMOTE_ADDR $http_x_real_ip;
+ #fastcgi_param REMOTE_ADDR $http_x_real_ip;
35
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;
36
fastcgi_param HTTPS off;
37
}
build/ntp.conf
@@ -1,4 +1,7 @@
1
2
+
3
+logconfig=syncstatus + sysevents
4
5
driftfile /var/lib/ntp/drift
6
restrict default kod nomodify notrap nopeer noquery
7
restrict -6 default kod nomodify notrap nopeer noquery
0 commit comments