<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limesurvey.org/index.php?action=history&amp;feed=atom&amp;title=Translations%3AGeneral_FAQ%2F70%2Fru</id>
	<title>Translations:General FAQ/70/ru - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.limesurvey.org/index.php?action=history&amp;feed=atom&amp;title=Translations%3AGeneral_FAQ%2F70%2Fru"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:General_FAQ/70/ru&amp;action=history"/>
	<updated>2026-08-12T11:47:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:General_FAQ/70/ru&amp;diff=141847&amp;oldid=prev</id>
		<title>C0der: Created page with &quot;&lt;syntaxhighlight lang=&quot;apache&quot;&gt;server {     set $host_path &quot;/PATH/TO/LIMESURVEY&quot;;     server_name  YOUR.SERVER.FQDN;     root /PATH/TO/LIMESURVEY;     charset utf-8;     try_f...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:General_FAQ/70/ru&amp;diff=141847&amp;oldid=prev"/>
		<updated>2019-04-10T09:34:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;apache&amp;quot;&amp;gt;server {     set $host_path &amp;quot;/PATH/TO/LIMESURVEY&amp;quot;;     server_name  YOUR.SERVER.FQDN;     root /PATH/TO/LIMESURVEY;     charset utf-8;     try_f...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;apache&amp;quot;&amp;gt;server {&lt;br /&gt;
    set $host_path &amp;quot;/PATH/TO/LIMESURVEY&amp;quot;;&lt;br /&gt;
    server_name  YOUR.SERVER.FQDN;&lt;br /&gt;
    root /PATH/TO/LIMESURVEY;&lt;br /&gt;
    charset utf-8;&lt;br /&gt;
    try_files $uri $uri/ /index.php?r=$uri&amp;amp;$args;&lt;br /&gt;
    #Disallow reading inside php script directory, see issue with debug &amp;gt; 1 on note&lt;br /&gt;
    location ~ ^/(application|protected|framework|themes/\w+/views) {&lt;br /&gt;
        deny  all;&lt;br /&gt;
    }&lt;br /&gt;
    #Disallow direct read user upload files&lt;br /&gt;
    location ~ ^/upload/surveys/.*/fu_[a-z0-9]*$ {&lt;br /&gt;
        return 444;&lt;br /&gt;
    }&lt;br /&gt;
    #Disallow uploaded potential executable files in upload directory&lt;br /&gt;
    location ~* /upload/.*\.(pl|cgi|py|pyc|pyo|phtml|sh|lua|php|php3|php4|php5|php6|pcgi|pcgi3|pcgi4|pcgi5|pcgi6|icn)$&lt;br /&gt;
        return 444;&lt;br /&gt;
    }&lt;br /&gt;
    #avoid processing of calls to unexisting static files by yii&lt;br /&gt;
    location ~ \.(js|css|png|jpg|gif|swf|ico|pdf|mov|fla|zip|rar)$ {&lt;br /&gt;
        try_files $uri =404;&lt;br /&gt;
    }&lt;br /&gt;
    location ~ \.php$ {&lt;br /&gt;
        fastcgi_split_path_info  ^(.+\.php)(.*)$;&lt;br /&gt;
        try_files $uri index.php;&lt;br /&gt;
        fastcgi_pass   127.0.0.1:9000; # Change this to match your settings&lt;br /&gt;
        fastcgi_index index.php;&lt;br /&gt;
        include fastcgi_params;&lt;br /&gt;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;&lt;br /&gt;
        fastcgi_param  SCRIPT_NAME      $fastcgi_script_name;&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>C0der</name></author>
	</entry>
</feed>