Add trailing slash to alias

This commit is contained in:
Isaac Shoebottom 2023-06-23 23:46:05 -03:00
parent a32ad0a902
commit c01d490bdf

View File

@ -109,7 +109,7 @@ server {
}
# File server subdirectory
location /files {
location /files/ {
alias /home/isaac/FileServer;
}