nginx
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-07-11 17:22:42 +02:00
parent 597e271789
commit 9d0b88cd57
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ server {
listen [::]:80 default_server; listen [::]:80 default_server;
server_name _; server_name _;
autoindex off; autoindex off;
client_max_body_size 50M;
root /salix/dist; root /salix/dist;
error_page 404 = @notfound; error_page 404 = @notfound;