summaryrefslogtreecommitdiff
path: root/etc/nginx/nginx.conf
AgeCommit message (Collapse)Author
2025-07-22nginx.conf cgit add back favicon.ico because I no longer use cgit-pink and ↵Xiao Pan
cgit has it, also add cgit.js which I maybe forgot to add
2025-07-22nginx.conf add commentXiao Pan
2025-07-22website add http3 quic supportXiao Pan
2025-07-22nginx set worker_processes to autoXiao Pan
Which seems is how many cpu cores I have. To try to improve performance.
2025-07-22nginx.conf add comment about http2Xiao Pan
2025-07-22nginx enable http2Xiao Pan
2025-07-10nginx use cert in /etc/postfix, add mail.flylightning.xyz domainXiao Pan
nginx use cert in /etc/postfix so acme.sh only need to install to one location for both nginx and postfix to use. nginx add mail.flylightning.xyz domain for acme.sh to use to renew it, without it acme.sh will error when renew it
2025-07-10starting to move studio website to ca, now moving configsXiao Pan