Skip to content

Commit c6e282c

Browse files
authored
Merge pull request #65 from devsapp/fix-nginx
fix nginx app
2 parents 9bb422e + 7e2d1a7 commit c6e282c

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

update.list

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
web-framework/nodejs/custom-runtime/egg
2-
web-framework/nodejs/custom-runtime/express
3-
web-framework/nodejs/custom-runtime/hapi
4-
web-framework/nodejs/custom-runtime/koa
5-
web-framework/nodejs/custom-runtime/nest
6-
web-framework/nodejs/custom-runtime/midway-koa
7-
web-framework/nodejs/custom-runtime/next
8-
web-framework/nodejs/custom-runtime/nuxt-ssr
1+
web-framework/nginx

web-framework/nginx/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-nginx
33
Provider:
44
- 阿里云
5-
Version: 0.0.5
5+
Version: 0.0.6
66
Description: 快速部署 nginx 到函数计算
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/nginx/src/s.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ vars: # 全局变量
2626
service:
2727
name: "{{ serviceName }}"
2828
description: 'Serverless Devs Web Framework Service'
29-
nasConfig: auto
3029

3130
services:
3231
framework: # 业务名称/模块名称

web-framework/nginx/src/s_en.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ vars: # global variables
2626
service:
2727
name: hello-world-service
2828
description: 'Serverless Devs Web Framework Service'
29-
nasConfig: auto
3029

3130
services:
3231
framework: # business name/module name

0 commit comments

Comments
 (0)