fix: sh should be shown as text.
This commit is contained in:
parent
1e49620eb3
commit
63665f2701
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ server {
|
||||||
proxy_intercept_errors on;
|
proxy_intercept_errors on;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|
||||||
|
types {
|
||||||
|
text/plain sh;
|
||||||
|
}
|
||||||
|
|
||||||
location @404 {
|
location @404 {
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue