-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smalls addons for nginx config #77
Conversation
As of 6.2.56, wwsympa became splitting URI by itself: See sympa-community/sympa#879 for details. That's why description about As you wrote, CSS path may be required. I'll check it. Thanks for inputs! |
Sorry, I didn't see theses notes (I'm still in 6.2.40 with debian buster and these lines are required, as note says). If not I let you close the PR without merge, sorry for the noise. |
The CSS part is only needed for Debian installations. |
Hi @dcaillibaud ,
BTW, to include your changes, could you please include addition of your name to /AUTHORS.md file into this PR? It is required by the license applied to this documentation (CC-BY-SA 4.0). |
@@ -73,7 +73,7 @@ Note: | |||
1. Register WWSympa FastCGI service. | |||
|
|||
Put ``wwsympa.service`` file into Systemd system directory | |||
(such as ``/usr/lib/systemd/system``). | |||
(such as ``/usr/lib/systemd/system``, see [theses examples](configure-http-server-systemdsocket.md#install-wwsympa-fastcgi-service)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link points the file not using spawn-fcgi.
# needed for debian buster | ||
location /css-sympa { | ||
alias /var/lib/sympa/css; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Detailed description will be added by PR #89.
Hi @dcaillibaud , thanks for proposal of improvements. I included most of them into my PR and merged it. If you noticed anything, please submit changes again. Thank you for input! |
Adding some fastcgi parameter to nginx config (and a link to wwsympa.service sample) for spawn-fcgi