7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
server {
|
|
listen 8281;
|
|
location / {
|
|
return 200 "HELLO FROM NGINX";
|
|
}
|
|
}
|