diff --git a/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/Migrations/M2_7_0.php b/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/Migrations/M2_7_0.php index 5a22931f6..aba385123 100644 --- a/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/Migrations/M2_7_0.php +++ b/net/haproxy/src/opnsense/mvc/app/models/OPNsense/HAProxy/Migrations/M2_7_0.php @@ -34,7 +34,7 @@ class M2_7_0 extends BaseModelMigration { public function run($model) { - // Servers have an 'enabled' field now + // Servers have an 'enabled' field now foreach ($model->getNodeByReference('servers.server')->iterateItems() as $server) { $server->enabled = '1'; } diff --git a/www/nginx/src/etc/nginx/opnsense_http_vhost_plugins/README b/www/nginx/src/etc/nginx/opnsense_http_vhost_plugins/README index 71db74169..0d793fb7c 100644 --- a/www/nginx/src/etc/nginx/opnsense_http_vhost_plugins/README +++ b/www/nginx/src/etc/nginx/opnsense_http_vhost_plugins/README @@ -1 +1 @@ -Place server {} in this directory - they are not affected by the enable / disable flag \ No newline at end of file +Place server {} in this directory - they are not affected by the enable / disable flag diff --git a/www/nginx/src/etc/nginx/opnsense_stream_vhost_plugins/README b/www/nginx/src/etc/nginx/opnsense_stream_vhost_plugins/README index 71db74169..0d793fb7c 100644 --- a/www/nginx/src/etc/nginx/opnsense_stream_vhost_plugins/README +++ b/www/nginx/src/etc/nginx/opnsense_stream_vhost_plugins/README @@ -1 +1 @@ -Place server {} in this directory - they are not affected by the enable / disable flag \ No newline at end of file +Place server {} in this directory - they are not affected by the enable / disable flag