HF
Size: a a a
HF
HF
HF
AN
HF
AN
HF
⌬C
⌬C
server {
listen 443 ssl;
server_name a.com b.org c.io;
ssl_certificate /path/to/certs/$host.crt;
ssl_certificate_key /path/to/certs/$host.key;
}
⌬C
⌬C
AN
server_name $hostname;
access_log /var/log/nginx/access.log custom;
server_name $hostname;
access_log /var/log/nginx/vhost.log custom;
HF
access.log
(I disabled the one in nginx.conf
)HF
AN
HF