2) Adding in hardening (optional):
ssl_protocols TLSv1.2 TLSv1.3;
As of today, gnusocial.net is running nginx instead of apache2. I'd suggest a couple of changes in the documentation:
1) https://notabug.org/diogo/gnu-social/src/nightly/DOCUMENTATION/SYSTEM_ADMINISTRATORS/webserver_conf/nginx.conf.sample#51 has to be changed manually (to 7.3 in my case).
2) Adding in hardening (optional):
ssl_protocols TLSv1.2 TLSv1.3;
As of today, gnusocial.net is running nginx instead of apache2. I'd suggest a couple of changes in the documentation:
1) https://notabug.org/diogo/gnu-social/src/nightly/DOCUMENTATION/SYSTEM_ADMINISTRATORS/webserver_conf/nginx.conf.sample#51 has to be changed manually (to 7.3 in my case).
2) Adding in hardening (optional): ssl_protocols TLSv1.2 TLSv1.3;