Actions
Translations
Translations:LimeSurvey nginx example configuration/20/en
From LimeSurvey Manual
fastcgi_pass: Points to the PHP-FPM socket or TCP address handling PHP requests. Update this to match your PHP-FPM pool configuration.
try_files: Ensures URLs are routed correctly through LimeSurvey's front controller (index.php).
client_max_body_size: Increases the maximum upload size, useful for surveys with file-upload questions.
- Deny rules: Block direct web access to configuration files, logs, and application directories that should never be publicly reachable.