-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.7-PL1
-
Fix Version/s: 3.0.8-RC1
-
Component/s: Other
-
Labels:None
-
GitHub Pull Request URL:
This is a sample nginx configuration file for phpbb.
The important lines really are only these:
- Deny access to internal phpbb files.
location ~ /(config\.php|common\.php|includes|cache|files|store|images/avatars/upload) { deny all; }
But for completeness the sample file covers everything I thought relevant.