generated from nhcarrigan/template
55fcab69a1aec5272dacb146f41240ed80be9707
Replaces the obsolete test.sh (which referenced configs/prod.conf, a file that no longer exists) with 12 static-analysis checks: 1. No deprecated TLS versions (TLSv1 / TLSv1.1) 2. No duplicate literal server_name values 3. Every sites-available conf has a sites-enabled symlink 4. No broken symlinks in sites-enabled 5. No orphaned sites-enabled symlinks 6. No HTTP-only server blocks (port 80 without port 443) 7. ssl_certificate / ssl_certificate_key counts match per file 8. Plain-HTTP proxy_pass targets are local only 9. All SSL cert paths use /etc/letsencrypt/live/ 10. ssl_certificate uses fullchain.pem, key uses privkey.pem 11. No raw IP addresses as server_name 12. conf.d contains only expected files Adds .gitea/workflows/test.yml with two CI jobs: static-analysis (runs test.sh, no nginx required) and syntax-check (installs nginx-full, copies config, generates stub SSL certs for all referenced letsencrypt paths, then runs nginx -t).
Nginx Configs
This repository holds our NGINX configs and offers a basic script for pulling the latest versions from our servers.
Live Version
These can't really be viewed live...
Feedback and Bugs
If you have feedback or a bug report, please log a ticket on our forum.
Contributing
If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our contributing guidelines first.
Code of Conduct
Before interacting with our community, please read our Code of Conduct.
License
This software is licensed under our global software license.
Copyright held by Naomi Carrigan.
Contact
We may be contacted through our Chat Server or via email at contact@nhcarrigan.com.
Description
Languages
Shell
100%