V5/V6 stale-test verification - custom-html docroot move (DO NOT MERGE) #3

Closed
autonomic-bot wants to merge 5 commits from v5-stale-docroot into main
3 changed files with 9 additions and 2 deletions
Showing only changes of commit 71e7326a99 - Show all commits

View File

@ -9,6 +9,7 @@ server {
location ~ \.txt$ {
root /usr/share/nginx/html;
types { }
default_type application/octet-stream;
try_files $uri =404;
}