<?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%2F139%2Fko</id>
	<title>Translations:General FAQ/139/ko - 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%2F139%2Fko"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:General_FAQ/139/ko&amp;action=history"/>
	<updated>2026-08-16T02:56:24Z</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/139/ko&amp;diff=378522&amp;oldid=prev</id>
		<title>Rhami: Created page with &quot;# Allow access to well-known directory, different usage, for example ACME Challenge for Let&#039;s Encrypt     location ~ /\.well-known {         allow all;     }     # Deny all attempts to access hidden files     # such as .htaccess, .htpasswd, .DS_Store (Mac).         location ~ /\. {         deny all;     }     #Disallow direct read user upload files     location ~ ^/upload/surveys/.*/fu_[a-z0-9]*$ {         return 444;     }     #Disallow uploaded potential executable fil...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:General_FAQ/139/ko&amp;diff=378522&amp;oldid=prev"/>
		<updated>2024-07-12T06:48:24Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;# Allow access to well-known directory, different usage, for example ACME Challenge for Let&amp;#039;s Encrypt     location ~ /\.well-known {         allow all;     }     # Deny all attempts to access hidden files     # such as .htaccess, .htpasswd, .DS_Store (Mac).         location ~ /\. {         deny all;     }     #Disallow direct read user upload files     location ~ ^/upload/surveys/.*/fu_[a-z0-9]*$ {         return 444;     }     #Disallow uploaded potential executable fil...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;# Allow access to well-known directory, different usage, for example ACME Challenge for Let&amp;#039;s Encrypt&lt;br /&gt;
    location ~ /\.well-known {&lt;br /&gt;
        allow all;&lt;br /&gt;
    }&lt;br /&gt;
    # Deny all attempts to access hidden files&lt;br /&gt;
    # such as .htaccess, .htpasswd, .DS_Store (Mac).&lt;br /&gt;
        location ~ /\. {&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>Rhami</name></author>
	</entry>
</feed>