fix: sh should be shown as text.

This commit is contained in:
Strix 2023-11-17 22:47:55 +01:00
parent 1e49620eb3
commit 63665f2701
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -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;
} }