init
This commit is contained in:
9
image/nginx.conf
Normal file
9
image/nginx.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
events {}
|
||||
http {
|
||||
server {
|
||||
listen 80;
|
||||
location / {
|
||||
return 200 'Hello from custom nginx!';
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user