vicanso / pingap

A reverse proxy like nginx, built on pingora, simple and efficient.
http://pingap.io/pingap-zh/
Apache License 2.0
251 stars 15 forks source link

nginx try_files 如何替代??? #17

Closed bxvs888 closed 1 month ago

bxvs888 commented 1 month ago

location / { try_files $uri /index.html; root /opt/acm/modules/next-ui/; }

vicanso commented 1 month ago

http://pingap.io/pingap-zh/docs/plugin#directory

可使用静态目录服务的插件来处理:

[plugins.downloadsServe]
category = "directory"
charset = "utf-8"
chunk_size = 4096
index = "index.html"
max_age = "1h"
path = "~/Downloads"
github-actions[bot] commented 1 month ago

This question has been stale for a week. It will be closed in an additional day if not updated.

github-actions[bot] commented 1 month ago

This issue has been closed because it has been stalled with no activity.