content type
This commit is contained in:
parent
41d8aa1042
commit
a63065b4eb
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
location /nginx {
|
location /nginx {
|
||||||
|
add_header Content-Type text/html;
|
||||||
return 200 "Nginx is running!";
|
return 200 "Nginx is running!";
|
||||||
}
|
}
|
Reference in a new issue