Mailman: Difference between revisions

imported>Benley
Explain social logins
imported>Benley
Improved static assets permissions tweak
Line 49: Line 49:


   # Tweak permissions so nginx can read and serve the static assets
   # Tweak permissions so nginx can read and serve the static assets
   # (/var/lib/mailman-web defaults to mode 0600)
   # (otherwise /var/lib/mailman-web is mode 0600)
   systemd.services.uwsgi.preStart = ''
   systemd.services.mailman-settings.script = ''
     chmod o+x /var/lib/mailman-web
     chmod o+x /var/lib/mailman-web
   '';
   '';