Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/docker-onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2018-03-30 11:03:54 +0300
committerGitHub <noreply@github.com>2018-03-30 11:03:54 +0300
commit25d20ea045b35f7f85ac94b865436467e3dcd6d3 (patch)
treea553c4b5da6db292e88a79041713095dc6e88c32
parentc94dc8539fd97d0f7024a8fe903c5cbcca16fa16 (diff)
parente6949ef1cf4c46d3d5809479601ecec0cd96dfe2 (diff)
Merge pull request #17 from tcuc/patch-1
thx
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index 5b48cf6..0de695f 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -72,7 +72,7 @@ http {
allow all;
log_not_found off;
access_log off;
- }
+ }
location ~ ^/(build|tests|config|lib|3rdparty|templates|data)/ {
deny all;