Nginx 2024-02-16 IT Contents Increase file size upload Logging to nginx Setup Increase file size upload 1 2 3 server { client_max_body_size 256M; } Logging to nginx 1 2 access_log syslog:server=unix:/dev/log,tag=WWW_CHANGE_ME_ORG,nohostname,severity=info combined; error_log syslog:server=unix:/dev/log,tag=WWW_CHANGE_ME_ORG,nohostname,severity=error; Setup certbot instructions 1 2 3 sudo nginx -t sudo snap install --classic certbot sudo sudo certbot --nginx Author Jeremy Zheng LastMod 2024-02-16