Actions

Translations

Translations:General FAQ/70/da

From LimeSurvey Manual

<syntaxhighlight lang="apache">server {

sæt $host_path "/PATH/TO/LIMESURVEY";
servernavn DIN.SERVER.FQDN;
root /PATH/TO/LIMESURVEY;
tegnsæt utf-8;
try_files $uri /index.php?$uri&$args;
# Tillad ikke læsning inde i php script bibliotek, se problem med fejlretning > 1 på note
placering ~ ^/(applikation|dokumenter|ramme|lokalitet|beskyttet|tests|temaer/\w+/visninger) {
benæg alle;
}
# Tillad ikke læsning i runtime-mappen
placering ~ ^/tmp/runtime/ {
benæg alle;
}