Harden example configuration

This commit is contained in:
Alexander Haase 2023-04-23 15:21:09 +02:00
parent ed22cca70a
commit 716bddb956

View file

@ -38,8 +38,8 @@ dynamic code.
fancyindex_exact_size off;
fancyindex_localtime on;
location /theme {
alias /srv/www/fileserver/theme;
location /theme/{
alias /srv/www/fileserver/theme/;
}
```