add static site

master
Matthew 2023-04-21 17:35:53 -04:00
parent 5caf093eb0
commit ea81ccda1e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
location /static/ { location /static {
root /var/www/static; root /var/www/static;
autoindex on; autoindex on;
} }