Sorry, I was close to fixing it but not quite - here is the version that works: server { server_name lists.tld.org; root /usr/lib/cgi-bin/sympa; location /static-sympa { alias /var/lib/sympa/static_content; } location / { gzip off; fastcgi_param QUERY_STRING $query_string; fastcgi_param REQUEST_METHOD $request_method;by terminus - How to...
To answer my own message, I've made a bit of progress now through trial and error, but still not quite there. Here's what I have now: server { server_name lists.tld.org; root /usr/lib/cgi-bin/sympa; location /static-sympa { alias /var/lib/sympa/static_content; } location / { gzip off; fastcgi_split_patby terminus - How to...
I am trying to set up the mailing list software Sympa with Nginx. Under Apache, it is a FastCGI process which works like this: <VirtualHost lists.tld.org:80> ServerName lists.tld.org <IfModule mod_fastcgi.c> <Location /wws> SetHandler fastcgi-script </Location> ScriptAlias /wws /usr/lib/cgi-bin/sympa/wwsympa.fcgi </IfModule> </VirtualHost&by terminus - How to...
![]() |
![]() |
![]() |
![]() |
|