fix maxwell.ydns.eu/ip mimetype

This commit is contained in:
Michele Guerini Rocco 2022-02-18 12:12:04 +01:00
parent 6582eea5df
commit b4c33add5e
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -338,7 +338,10 @@
extraConfig = disableLog + enableSTS;
# Returns IP address
locations."/ip".extraConfig = "return 200 $remote_addr;";
locations."/ip".extraConfig = ''
default_type text/plain;
return 200 $remote_addr;
'';
# Asjon code coverage reports
locations."/asjon/report/" = {