Skip to content

Commit

Permalink
Remove homedir serving from default server
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 authored and jchristgit committed Sep 21, 2024
1 parent 801265f commit cad08c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ansible/roles/nginx/templates/default_server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ server {

return 302 $url;
}

location ~ ^/~(.+?)(/.*)?$ {
alias /home/$1/public$2;
autoindex on;
}
}

0 comments on commit cad08c2

Please sign in to comment.