summaryrefslogtreecommitdiff
path: root/roles/nginx
AgeCommit message (Collapse)Author
2024-03-31Swap order of nginx enablement and cert hookDmitry Ilvokhin
2024-03-31Migrate to certbot hook scriptsDmitry Ilvokhin
Make hooks usage a bit more generic, to apply hooks for services different from nginx.
2024-03-24Configure nginx first and then enable/startDmitry Ilvokhin
2024-02-10Make logrotate a dependencies for nginxDmitry Ilvokhin
2024-02-04Change nginx worker_processes from 1 to autoDmitry Ilvokhin
Just to make it a little bit more generic.
2024-02-03Add nginx serving directoryDmitry Ilvokhin
2024-01-28Enable tcp_nopush and tcp_nodelay for nginxDmitry Ilvokhin
For compatibility with CentOS 7 nginx config.
2024-01-21Add role for git serverDmitry Ilvokhin
The Git server role should support: * git ssh protocol, * git protocol, * git smart http protocol. Support for cgit will come as a separate role.
2024-01-06Fix `ansible.builtin.include_role` indentsDmitry Ilvokhin
2024-01-06Make certificate a roleDmitry Ilvokhin
2024-01-06Make nginx a roleDmitry Ilvokhin