All translations
Enter a message name below to show all available translations.
Found 17 translations.
Name | Current message text |
---|---|
h Bulgarian (bg) | <syntaxhighlight lang="apache">сървър { задайте $host_path "/PATH/TO/LIMESURVEY"; server_name YOUR.SERVER.FQDN; root /PATH/TO/LIMESURVEY; charset utf-8; try_files $uri /index.php?$uri&$args; # Забранете четенето в директорията на php скрипт, вижте проблем с отстраняване на грешки > 1 в бележка местоположение ~ ^/(приложение|документи|рамка|локал|защитени|тестове|теми/\w+/изгледи) { отрече всички; } # Забранете четенето в директорията по време на изпълнение местоположение ~ ^/tmp/runtime/ { отрече всички; } |
h Danish (da) | <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; } |
h German (de) | <syntaxhighlight lang="apache">Server { set $host_path "/PATH/TO/LIMESURVEY"; Servername IHR.SERVER.FQDN; root /PATH/TO/LIMESURVEY; Zeichensatz utf-8; try_files $uri /index.php?$uri&$args; # Lesen im PHP-Skriptverzeichnis nicht zulassen, siehe Problem mit Debug > 1 auf Hinweis location ~ ^/(application|docs|framework|locale|protected|tests|themes/\w+/views) { alles leugnen; } # Lesen im Laufzeitverzeichnis nicht zulassen Standort ~ ^/tmp/runtime/ { alles leugnen; } |
h English (en) | <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/runtime/ { deny all; } |
h Spanish (es) | <syntaxhighlight lang="apache">servidor { set $host_path "/PATH/TO/LIMESURVEY"; nombre_servidor TU.SERVIDOR.FQDN; raíz /RUTA/A/LIMESURVEY; conjunto de caracteres utf-8; try_files $uri /index.php?$uri&$args; # ¡No permitir la lectura dentro del directorio de scripts php, consulte el problema con depuración > 1 en la nota ubicación ~ ^/(aplicación|docs|marco|localización|protegido|pruebas|temas/\w+/vistas) { negar todo; }!¡NORTE! # ¡No permitir la lectura dentro del directorio de ejecución ubicación ~ ^/tmp/runtime/ { negar todo; } |
h French (fr) | <syntaxhighlight lang="apache">serveur { set $host_path "/PATH/TO/LIMESURVEY"; nom_serveur VOTRE.SERVEUR.FQDN; racine /PATH/TO/LIMESURVEY; jeu de caractères utf-8; try_files $uri /index.php?$uri&$args; # Interdire la lecture dans le répertoire de script php, voir problème avec debug > 1 sur note emplacement ~ ^/(application|docs|framework|locale|protected|tests|themes/\w+/views) { nier tout ;} # Interdire la lecture dans le répertoire d'exécution emplacement ~ ^/tmp/runtime/ { nier tout ;} |
h Hungarian (hu) | <syntaxhighlight lang="apache">szerver { set $host_path "/PATH/TO/LIMESURVEY"; szerver_neve SAJÁT.SZERVER.FQDN; gyökér /PATH/TO/LIMESURVEY; karakterkészlet utf-8; try_files $uri /index.php?$uri&$args; # Tiltsa le a php script könyvtárban az olvasást, lásd a hibakeresés > 1 problémáját hely ~ ^/(alkalmazás|dokumentumok|keret|helyi beállítás|védett|tesztek|témák/\w+/views) { tagadni mindent; } # A futásidejű könyvtáron belüli olvasás tiltása hely ~ ^/tmp/runtime/ { tagadni mindent; } |
h Italian (it) | <syntaxhighlight lang="apache">server { set $host_path "/PATH/TO/LIMESURVEY"; nome_server TUO.SERVER.FQDN; root /PATH/TO/LIMESURVEY; set di caratteri utf-8; try_files $uri /index.php?$uri&$args; # Non consentire la lettura all'interno della directory degli script php, vedi problema con debug > 1 sulla nota posizione ~ ^/(applicazione|docs|framework|locale|protetto|test|temi/\w+/views) { negare tutto; } # Impedisce la lettura all'interno della directory di runtime posizione ~ ^/tmp/runtime/ { negare tutto; } |
h Japanese (ja) | <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/runtime/ { deny all; } |
h Korean (ko) | <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/runtime/ { deny all; } |
h Dutch (nl) | <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/runtime/ { deny all; } |
h Polish (pl) | <syntaxhighlight lang="apache">serwer { ustaw $host_path "/PATH/TO/LIMESURVEY"; nazwa_serwera TWÓJ.SERWER.FQDN; root /PATH/TO/LIMESURVEY; zestaw znaków utf-8; try_files $uri /index.php?$uri&$args; # Nie zezwalaj na czytanie katalogu skryptów php, zobacz problem z debugowaniem > 1 w notatce lokalizacja ~ ^/(aplikacja|dokumenty|framework|locale|chronione|testy|motywy/\w+/widoki) { zaprzeczaj wszystkiemu; } # Nie zezwalaj na czytanie katalogu wykonawczego lokalizacja ~ ^/tmp/runtime/ { zaprzeczaj wszystkiemu; } |
h Romanian (ro) | <syntaxhighlight lang="apache">server { setați $host_path „/PATH/TO/LIMESURVEY”; nume_server YOUR.SERVER.FQDN; root /PATH/TO/LIMESURVEY; set de caractere utf-8; try_files $uri /index.php?$uri&$args; # Interziceți citirea în directorul de script php, vedeți problema cu depanarea > 1 la notă locație ~ ^/(aplicație|docs|framework|locale|protected|teste|teme/\w+/views) { nega totul; } # Interziceți citirea în directorul de rulare locație ~ ^/tmp/runtime/ { nega totul; } |
h Russian (ru) | <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 $uri/ /index.php?r=$uri&$args; #Disallow reading inside php script directory, see issue with debug > 1 on note location ~ ^/(application|protected|framework|themes/\w+/views) { deny all; } #Disallow direct read user upload files location ~ ^/upload/surveys/.*/fu_[a-z0-9]*$ { return 444; } #Disallow uploaded potential executable files in upload directory location ~* /upload/.*\.(pl|cgi|py|pyc|pyo|phtml|sh|lua|php|php3|php4|php5|php6|pcgi|pcgi3|pcgi4|pcgi5|pcgi6|icn)$ return 444; } #avoid processing of calls to unexisting static files by yii location ~ \.(js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar)$ { try_files $uri =404; } location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(.*)$; try_files $uri index.php; fastcgi_pass 127.0.0.1:9000; # Change this to match your settings fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_NAME $fastcgi_script_name; } }</syntaxhighlight> |
h Slovenian (sl) | <syntaxhighlight lang="apache">strežnik { nastavite $host_path "/PATH/DO/LIMESURVEY"; ime_strežnika YOUR.SERVER.FQDN; root /PATH/DO/LIMESURVEY; nabor znakov utf-8; try_files $uri /index.php?$uri&$args; # Onemogoči branje znotraj imenika skriptov php, glej težavo z debug > 1 na opombo lokacija ~ ^/(aplikacija|dokumenti|ogrodje|lokacija|zaščiteni|testi|teme/\w+/pogledi) { zavrni vse; } # Prepovedi branje znotraj izvajalnega imenika lokacija ~ ^/tmp/runtime/ { zavrni vse; } |
h Vietnamese (vi) | <syntaxhighlight lang="apache">máy chủ { đặt $host_path "/PATH/TO/LIMESURVEY"; server_name YOUR.SERVER.FQDN; root /PATH/TO/LIMESURVEY; bộ ký tự utf-8; try_files $uri /index.php?$uri&$args; # Không cho phép đọc bên trong thư mục tập lệnh php, hãy xem vấn đề gỡ lỗi > 1 trên ghi chú location ~ ^/(application|docs|framework|locale|protected|tests|themes/\w+/views) { phủ nhận tất cả; } # Không cho phép đọc trong thư mục thời gian chạy vị trí ~ ^/tmp/runtime/ { phủ nhận tất cả; } |
h Chinese (China) (zh-cn) | <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 $uri/ /index.php?r=$uri&$args; #不允许从脚本目录内部读取, see issue with debug > 1 on note location ~ ^/(application|protected|framework|themes/\w+/views) { deny all; } #不允许从用户上传目录直接读取 location ~ ^/upload/surveys/.*/fu_[a-z0-9]*$ { return 444; } #不允许上传可执行文件到上传目录 location ~* /upload/.*\.(pl|cgi|py|pyc|pyo|phtml|sh|lua|php|php3|php4|php5|php6|pcgi|pcgi3|pcgi4|pcgi5|pcgi6|icn)$ { return 444; } #避免处理yii对不存在的静态文件的调用 location ~ \.(js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar)$ { try_files $uri =404; } location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(.*)$; try_files $uri index.php; fastcgi_pass 127.0.0.1:9000; # Change this to match your settings fastcgi_index index.php; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_NAME $fastcgi_script_name; } }</syntaxhighlight> |