if os() ~~ / ubuntu || debian / {

  service-start 'nginx';

  http-ok;

  http-ok %( no-proxy => True , path => '/' , port => 80 );

}


http-ok 'https://perl6.org', %( has-content => '"Perl 6 Programming Language"' );

