Skip to content

Commit

Permalink
Merge pull request #65 from devsapp/fix-nginx
Browse files Browse the repository at this point in the history
fix nginx app
  • Loading branch information
rsonghuster authored Oct 27, 2022
2 parents 9bb422e + 7e2d1a7 commit c6e282c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
9 changes: 1 addition & 8 deletions update.list
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
web-framework/nodejs/custom-runtime/egg
web-framework/nodejs/custom-runtime/express
web-framework/nodejs/custom-runtime/hapi
web-framework/nodejs/custom-runtime/koa
web-framework/nodejs/custom-runtime/nest
web-framework/nodejs/custom-runtime/midway-koa
web-framework/nodejs/custom-runtime/next
web-framework/nodejs/custom-runtime/nuxt-ssr
web-framework/nginx
2 changes: 1 addition & 1 deletion web-framework/nginx/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-nginx
Provider:
- 阿里云
Version: 0.0.5
Version: 0.0.6
Description: 快速部署 nginx 到函数计算
HomePage: https://github.com/devsapp/start-web-framework
Tags:
Expand Down
1 change: 0 additions & 1 deletion web-framework/nginx/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ vars: # 全局变量
service:
name: "{{ serviceName }}"
description: 'Serverless Devs Web Framework Service'
nasConfig: auto

services:
framework: # 业务名称/模块名称
Expand Down
1 change: 0 additions & 1 deletion web-framework/nginx/src/s_en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ vars: # global variables
service:
name: hello-world-service
description: 'Serverless Devs Web Framework Service'
nasConfig: auto

services:
framework: # business name/module name
Expand Down

0 comments on commit c6e282c

Please sign in to comment.