sycophancy-benchmark / nginx.conf
Ryan Da
switch to docker sdk
95bae36
raw
history blame contribute delete
147 Bytes
server {
listen 7860;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}