mf-hosting-frontend 3.5.4 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mf-hosting-frontend",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"files": [
|
|
5
5
|
".releaserc.json",
|
|
6
6
|
"pkg/compress-hooks.sh",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"content": {
|
|
74
|
-
"${nginx.
|
|
74
|
+
"${nginx.locations.common.dir}${nginx.location.category}/${name}.conf": "pkg/nginx.conf"
|
|
75
75
|
},
|
|
76
76
|
"vendor": "MF",
|
|
77
77
|
"groups": "services",
|
|
@@ -106,6 +106,8 @@
|
|
|
106
106
|
"nginx.location.header": "",
|
|
107
107
|
"nginx.location.trailer": "",
|
|
108
108
|
"nginx.server.extra": "",
|
|
109
|
+
"nginx.locations.dir": "/etc/nginx/locations/",
|
|
110
|
+
"nginx.location.category": "common",
|
|
109
111
|
"nginx.sites.dir": "/etc/nginx/sites-available/"
|
|
110
112
|
},
|
|
111
113
|
{
|
|
@@ -128,7 +130,8 @@
|
|
|
128
130
|
"groups": "examples",
|
|
129
131
|
"description": "example showing ${name} features in action",
|
|
130
132
|
"variant": "mf.linux.frontend",
|
|
131
|
-
"nginx.location.trailer": " access_log off;\n"
|
|
133
|
+
"nginx.location.trailer": " access_log off;\n",
|
|
134
|
+
"nginx.location.category": "examples"
|
|
132
135
|
},
|
|
133
136
|
{
|
|
134
137
|
"requires": {
|
|
@@ -141,7 +144,8 @@
|
|
|
141
144
|
"http.base.path": "",
|
|
142
145
|
"variant": "mf.linux.frontend",
|
|
143
146
|
"groups": "static",
|
|
144
|
-
"description": "static content of ${name}"
|
|
147
|
+
"description": "static content of ${name}",
|
|
148
|
+
"nginx.location.category": "static"
|
|
145
149
|
},
|
|
146
150
|
{
|
|
147
151
|
"requires": {
|