events {} | |
http { | |
server { | |
listen 7860; | |
location / { | |
proxy_pass http://localhost:11434; | |
proxy_set_header Host $host; | |
proxy_set_header X-Real-IP $remote_addr; | |
} | |
} | |
} |
events {} | |
http { | |
server { | |
listen 7860; | |
location / { | |
proxy_pass http://localhost:11434; | |
proxy_set_header Host $host; | |
proxy_set_header X-Real-IP $remote_addr; | |
} | |
} | |
} |