From a63065b4eb244cd5c32571f5d0df8998a7440140 Mon Sep 17 00:00:00 2001 From: faulty Date: Tue, 31 Jan 2023 12:41:12 +0100 Subject: [PATCH] content type --- custom/proxy/config/vhost.d/faulty.nl | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/proxy/config/vhost.d/faulty.nl b/custom/proxy/config/vhost.d/faulty.nl index 495d242..b775c4d 100644 --- a/custom/proxy/config/vhost.d/faulty.nl +++ b/custom/proxy/config/vhost.d/faulty.nl @@ -1,3 +1,4 @@ location /nginx { + add_header Content-Type text/html; return 200 "Nginx is running!"; } \ No newline at end of file