Actions

Special

All public logs

Combined display of all available logs of LimeSurvey Manual. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:48, 12 July 2024 Rhami talk contribs created page Translations:General FAQ/70/ko (Created page with "<syntaxhighlight lang="apache">server { set $host_path "/PATH/TO/LIMESURVEY"; server_name YOUR.SERVER.FQDN; root /PATH/TO/LIMESURVEY; charset utf-8; try_files $uri /index.php?$uri&$args; # Disallow reading inside php script directory, see issue with debug > 1 on note location ~ ^/(application|docs|framework|locale|protected|tests|themes/\w+/views) { deny all; } # Disallow reading inside runtime directory location ~ ^/tmp/...")