4 lines
No EOL
94 B
Text
4 lines
No EOL
94 B
Text
location /nginx {
|
|
add_header Content-Type text/html;
|
|
return 200 "Nginx is running!";
|
|
} |