-
Notifications
You must be signed in to change notification settings - Fork 25
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
Nginx webserver documentation #343
Comments
Hello @cl-parsons, thanks for sharing your configuration. I would recommend to If you feel confident with your httpS setup, you should also use Strict-Transport-Security header to enforce an encrypted connection on revisits. You may also use HTTP Public Key Pinning even so the effect is very limited since Chrome removed support. If you have the time, apull request adding an example configuration for nginx and link it from README would be awesome. Best |
Thanks for the tips, I posted this really for a "basic setup" without having to sort what is useless and what is not. |
Is there any officially tested config ready to be added to the repo, meanwhile, with only what’s really necessary? The following configuration (sites file) works for us on Ubuntu 20.04 LTS, but maybe there’s room for improvement. Would be great if someone with experience in croodle and fastcgi/fmp could have a look …
PS: It did NOT work with |
Sounds strange, but it stopped working for us after the first run of Now we’re back at “The poll could not be saved. Please try again in a few seconds.”
That’s weird, isn’t it? |
Please double check the permissions of |
Thank you for your answer.
There is no It seems that changing the ownership of
|
Oh sorry. Shouldn't have replied within a hurry and got confused about the cronjob. It seems as if nginx is not handing a request to |
I did. It seems the default nginx fastcgi configuration which comes via If you can reproduce a correct and working installation with the nginx sites config pasted above, please feel free to add it to your README. |
Hi, I tried to setup my own server with Nginx, and it was not so easy to make it work by using the configuration provided by Slim framework. Here is a setup that works, for further documentation of croodle.
poll.conf.txt
The text was updated successfully, but these errors were encountered: