107 567 B

12345678910111213
  1. ---
  2. title: [Suggestions] Changes in nginx.conf.sample
  3. author: notabug.org/aab
  4. time: Sat, 25 Jan 2020 20:59:47 UTC
  5. status: closed
  6. ---
  7. author: notabug.org
  8. time: Sat, 25 Jan 2020 20:59:47 UTC
  9. content: -----
  10. 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;
  11. -----