barisaydin commited on
Commit
0527cf8
1 Parent(s): d0315f7

Delete nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +0 -13
nginx.conf DELETED
@@ -1,13 +0,0 @@
1
- events {}
2
-
3
- http {
4
- server {
5
- listen 80;
6
-
7
- location / {
8
- access_by_lua_file /usr/local/openresty/nginx/lua/validate_api_key.lua;
9
- proxy_pass http://localhost:11434;
10
- proxy_set_header Host localhost:11434;
11
- }
12
- }
13
- }