文件名称:Yayoi:高级图像数据库
文件大小:1.67MB
文件格式:ZIP
更新时间:2024-06-24 13:24:27
JavaScript
#Yayoi 在 Yayoi.se 的开发代码中 要运行 go 代码,请在 API 文件夹中使用以下内容。 go run *.go 您可以使用以下命令为生产构建。 go build -o Iori *.go Nginx 配置就是这样。 server { listen [::]:80; listen 80; server_name localhost default_server; client_max_body_size 20m; root /Web/Yayoi; index index.html index.htm; location / { try_files $uri $uri/ /index.html; } # redirect server error pages to the