mf-hosting-frontend 3.6.0 → 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.
Files changed (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mf-hosting-frontend",
3
- "version": "3.6.0",
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.sites.dir}${name}.conf": "pkg/nginx.conf"
74
+ "${nginx.locations.common.dir}${nginx.location.category}/${name}.conf": "pkg/nginx.conf"
75
75
  },
76
76
  "vendor": "MF",
77
77
  "groups": "services",
@@ -107,7 +107,7 @@
107
107
  "nginx.location.trailer": "",
108
108
  "nginx.server.extra": "",
109
109
  "nginx.locations.dir": "/etc/nginx/locations/",
110
- "nginx.locations.common.dir": "${nginx.locations.dir}common/",
110
+ "nginx.location.category": "common",
111
111
  "nginx.sites.dir": "/etc/nginx/sites-available/"
112
112
  },
113
113
  {
@@ -130,7 +130,8 @@
130
130
  "groups": "examples",
131
131
  "description": "example showing ${name} features in action",
132
132
  "variant": "mf.linux.frontend",
133
- "nginx.location.trailer": " access_log off;\n"
133
+ "nginx.location.trailer": " access_log off;\n",
134
+ "nginx.location.category": "examples"
134
135
  },
135
136
  {
136
137
  "requires": {
@@ -143,7 +144,8 @@
143
144
  "http.base.path": "",
144
145
  "variant": "mf.linux.frontend",
145
146
  "groups": "static",
146
- "description": "static content of ${name}"
147
+ "description": "static content of ${name}",
148
+ "nginx.location.category": "static"
147
149
  },
148
150
  {
149
151
  "requires": {