aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-03-24 00:34:09 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-03-24 00:35:05 +0100
commit03017a8946b5c7dd7f5aa9c47367991071990f5e (patch)
treee0058e78b13b01af99f3fc751e675ec0080d31fa /phpBB/docs
parentae8131077ef8a4c75c0582b47c871ca0c81ef2ef (diff)
downloadforums-03017a8946b5c7dd7f5aa9c47367991071990f5e.tar
forums-03017a8946b5c7dd7f5aa9c47367991071990f5e.tar.gz
forums-03017a8946b5c7dd7f5aa9c47367991071990f5e.tar.bz2
forums-03017a8946b5c7dd7f5aa9c47367991071990f5e.tar.xz
forums-03017a8946b5c7dd7f5aa9c47367991071990f5e.zip
[ticket/10107] Make it clear that provided httpd samples are not perfect
PHPBB3-10107
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/INSTALL.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html
index 3cd0e215c3..c960b49cc6 100644
--- a/phpBB/docs/INSTALL.html
+++ b/phpBB/docs/INSTALL.html
@@ -413,7 +413,7 @@
<p>Depending on your web server you may have to configure your server to deny web access to the <code>files/</code> and <code>store/</code> directories. This is to prevent users from accessing private attachments and database backups.</p>
- <p>For apache there are <code>.htaccess</code> files already in place to do this for you. For other webservers you will have to adjust the configuration yourself. There are sample configuration files for <em>lighttpd</em> and <em>nginx</em> in the <code>docs/</code> directory.</p>
+ <p>For <strong>apache</strong> there are <code>.htaccess</code> files already in place to do this for you. For other webservers you will have to adjust the configuration yourself. Sample files for <strong>nginx</strong> and <strong>lighttpd</strong> to help you get started may be found in docs directory.</p>
</div>