Privacy Policy

We don’t know who you are. If you want to identify yourself, feel free to contact me directly or leave a comment somewhere with your name.

We use nginx logs to check which routes are visited more, as a curiosity. This data will not affect what I will write next.

The log format is as follows:

server {
    ...
    log_format 1a-simple '[$time_local] '
                         '"$request" $status $bytes_sent '
                         '"$http_referer"';
    access_log /var/log/nginx/www.1a-insec.net-access.log 1a-simple;
}