@ossy/deployment-tools 0.0.19 → 0.0.20
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/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/caddy-client.js +1 -1
package/dist/index.js
CHANGED
|
@@ -28449,7 +28449,7 @@ class CaddyClient {
|
|
|
28449
28449
|
http: {
|
|
28450
28450
|
servers: {
|
|
28451
28451
|
[this.serverName]: {
|
|
28452
|
-
listen: [':443'],
|
|
28452
|
+
listen: [':80', ':443'],
|
|
28453
28453
|
routes: [
|
|
28454
28454
|
{
|
|
28455
28455
|
match: [Matchers.host(`*.${environmentName}.${domain}`)],
|
package/package.json
CHANGED