Allow access to HTML files in common/manual folder

This commit is contained in:
Kijin Sung 2016-06-22 23:37:25 +09:00
parent 50a8c77097
commit 1c55d8b411
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,9 @@
location ~ ^/modules/editor/(skins|styles)/.+\.html$ {
# pass
}
location ~ ^/common/manual/.+\.html$ {
# pass
}
location ~ ^/(addons|common|files/ruleset|(m\.)?layouts|modules|plugins|themes|widgets|widgetstyles)/.+\.(html|xml)$ {
return 403;
}