add repo files to text

This commit is contained in:
Louis Abel 2023-08-31 13:44:12 -07:00
parent 800c2d8e79
commit 82e3c77caa
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
alias /mnt/repos-staging/mirror/pub;
}
location ~* .*(\.manifest|CHECKSUM|COMMUNITY-CHARTER|COMPOSE_ID|Contributors|EULA|LICENSE|\.yaml|\.json|README|fullfile.*)$ {
location ~* .*(\.manifest|CHECKSUM|COMMUNITY-CHARTER|COMPOSE_ID|Contributors|EULA|LICENSE|\.yaml|\.json|README|fullfile.*|\.repo)$ {
#add_header Content-Type text/plain;
types { } default_type "text/plain; charset=utf-8";
}
@ -48,7 +48,7 @@
alias /mnt/repos-staging/mirror/pub;
}
location ~* .*(\.manifest|CHECKSUM|COMMUNITY-CHARTER|COMPOSE_ID|Contributors|EULA|LICENSE|\.yaml|\.json|README|fullfile.*)$ {
location ~* .*(\.manifest|CHECKSUM|COMMUNITY-CHARTER|COMPOSE_ID|Contributors|EULA|LICENSE|\.yaml|\.json|README|fullfile.*|\.repo)$ {
#add_header Content-Type text/plain;
types { } default_type "text/plain; charset=utf-8";
}