- Posts: 85
- Thank you received: 9
Ask the community, share ideas, and connect with other LimeSurvey users!
I like to have onemarcgold wrote: …
So this is definitely something to with the re-write rules.
Can anyone please provide the correct syntax for the nginx.conf to make this work.
…
jelo wrote: What version of LimeSurvey is used?
CentOS7 makes more sense since CentOS6 is near EOL. But it's not causing this issue.marcgold wrote: It's the weirdest thing as everything else works really well, its blisteringly fast.
jelo wrote:
CentOS7 makes more sense since CentOS6 is near EOL. But it's not causing this issue.marcgold wrote: It's the weirdest thing as everything else works really well, its blisteringly fast.
The NGINX+Apache combination in Plesk is not that often tested with LimeSurvey.
LimeSurvey.org uses pure NGINX. Other use Apache or Apache with PHP-FPM.
So we have three different files for rewriting URLs
htaccess (Apache) shipped with LS
.user.ini (PHP-FPM) could be shipped with LS
nginx.conf (NGINX) manual work needed
I'm not using NGINX, so debugging is a bit difficult for me.
You might check your NGINX rules against the current htaccess rules via a converter.
www.winginx.com/en/htaccess
Can you examine the nonfancy URLs these broken buttons are using?
DenisChenu wrote: And delete url can be worst since it send GET and POST value …