add repo files to text
This commit is contained in:
parent
800c2d8e79
commit
82e3c77caa
@ -12,7 +12,7 @@
|
|||||||
alias /mnt/repos-staging/mirror/pub;
|
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;
|
#add_header Content-Type text/plain;
|
||||||
types { } default_type "text/plain; charset=utf-8";
|
types { } default_type "text/plain; charset=utf-8";
|
||||||
}
|
}
|
||||||
@ -48,7 +48,7 @@
|
|||||||
alias /mnt/repos-staging/mirror/pub;
|
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;
|
#add_header Content-Type text/plain;
|
||||||
types { } default_type "text/plain; charset=utf-8";
|
types { } default_type "text/plain; charset=utf-8";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user