Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Oct 27, 2023
1 parent 65a8e19 commit e362fad
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions config/openresty/conf-new/server.conf
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
events {
worker_connections 10000;
multi_accept on;
}
{{> initial.conf}}

http {

server {
listen 80;
server_name localhost;

location / {
return 200 'hello world';
}

listen 80;
return 200 'Hello, World!';
}

}

0 comments on commit e362fad

Please sign in to comment.