Skip to content

Commit

Permalink
Added webalizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Dec 25, 2014
1 parent 1de944e commit 9af1c51
Show file tree
Hide file tree
Showing 2 changed files with 815 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/nginx.conf
Expand Up @@ -72,6 +72,12 @@ server {
expires 3d;
}

location /webalizer/ {
alias /srv/dpaste.de/var/webalizer/;
auth_basic "Restricted";
auth_basic_user_file /srv/dpaste.de/var/.htpasswd;
}

location /media/ {
alias /srv/dpaste.de/var/media/;
}
Expand Down

0 comments on commit 9af1c51

Please sign in to comment.