Skip to content
Snippets Groups Projects
  1. Apr 18, 2022
  2. May 03, 2021
  3. Apr 08, 2021
  4. Oct 22, 2020
  5. Sep 05, 2020
    • Jakub Klinkovský's avatar
      nginx: move the fastcgi cache configuration to the archwiki role · fc23daf5
      Jakub Klinkovský authored
      This is much cleaner because the nginx role does not have to set the
      fastcgi_cache variable to "false" by default, which was overridden by
      host_vars/apollo.archlinux.org to "wiki", but the value was still
      hardcoded in the config.
      
      At first, I was wondering that the cache "zone" name should be
      generalized to improve the configuration (from the original per-host to
      per-service), but that would be an overkill since the fastcgi cache is
      used only for the wiki...
      Unverified
      fc23daf5
  6. Oct 13, 2019
  7. Sep 05, 2019
  8. Sep 01, 2019
  9. Feb 16, 2019
  10. Nov 18, 2018
  11. May 30, 2018
  12. Apr 23, 2018
  13. Feb 19, 2018
  14. Jul 05, 2017
  15. Dec 08, 2016
    • Jan Alexander Steffens (heftig)'s avatar
      nginx: Log to syslog by default · e3a695d3
      Jan Alexander Steffens (heftig) authored
      Suppress nginx's stdout/stderr because it's not possible to stop nginx
      from logging to stderr once it has been enabled, and it's enabled by
      default (via compilation option).
      
      Move the error_log to the root context as it applies to more than http.
      
      The logrotate setup installed by nginx doesn't actually rotate the text
      log files we've been using.
      
      planet and sources roles still install configs that use text log files.
      Verified
      e3a695d3
  16. Jul 27, 2016
  17. Jun 15, 2016
Loading