servo:图像调整大小服务位于动态缓存(例如CloudFront)之后

时间:2024-06-02 09:21:57
【文件属性】:

文件名称:servo:图像调整大小服务位于动态缓存(例如CloudFront)之后

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-02 09:21:57

JavaScript

伺服 图像调整大小服务,位于动态缓存(如CloudFront)之后。 安装 使用npm安装Servo。 npm install -g servo 设置您的配置(见下文)并简单地运行 SERVO_CONFIG=/my/config.js servo 设定档 Servo使用JS / JSON文件进行配置,该配置需要通过SERVO_CONFIG环境变量传递。 示例Servo.json { // The port servo will listen for requests on. "port" : 80 , // Set the cache-control header to set the life of objects. "cacheControl" : "max-age=315360000" // Hosts that point to the cloudfron


【文件预览】:
servo-master
----.gitignore(24B)
----package.json(387B)
----LICENSE(1KB)
----index.js(2KB)
----README.md(3KB)
----config.js(228B)
----lib()
--------check-user-agent.js(396B)
--------delete-file.js(289B)
--------update-files.js(2KB)
--------handle-error.js(555B)
--------read-file.js(1KB)
--------execute-gm-routine.js(372B)
--------cors.js(356B)
--------authorize.js(171B)
--------get-file-from-request.js(691B)

网友评论