1
0
mirror of https://github.com/elisspace/rtinst.git synced 2026-08-31 08:32:36 +00:00

Merge pull request #127 from hierra/patch-2

Update nginxsitedl
This commit is contained in:
arakasi72
2016-05-30 18:14:50 +01:00

View File

@@ -1,6 +1,7 @@
location ~ ^/download/(.+?)(/.*)?$ {
alias /home/$1$2;
charset UTF-8;
source_charset UTF-8;
set $user $1;
if ($remote_user = '') { break; }
if ($user != $remote_user) { return 403; }