Nginx config fixes
gitea/salix/test This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-12-19 15:45:19 +01:00
parent 592b672493
commit 1407b7b76f
1 changed files with 0 additions and 4 deletions

View File

@ -7,11 +7,7 @@ server {
client_max_body_size 250M;
root /salix/dist;
error_page 404 = @notfound;
location @notfound {
return 302 /;
}
location / {
autoindex on;
}