first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
worker_processes 1;
|
||||
|
||||
http {
|
||||
server {
|
||||
listen 8000;
|
||||
location / {
|
||||
add_header Content-Type text/plain;
|
||||
return 200 'Hello, World!';
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user