Release 22.01 #142

Merged
jlecour merged 189 commits from unstable into stable 2022-01-25 18:30:09 +01:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 168b0fa9b7 - Show all commits

View file

@ -0,0 +1,7 @@
# Evolinux custom configuration, to be used in all server blocks
location ~ /\.(inc|git|bak|env) {
# We don't want to let the client know a file exist on the server,
# so we return 404 "Not found" instead of 403 "Forbidden".
return 404;
}

View file

@ -49,6 +49,8 @@ server {
stub_status on;
access_log off;
}
include /etc/nginx/snippets/evolinux_server_custom;
}
server {