You are here

hosting_nginx.module in Hosting 6.2

File

web_server/nginx/hosting_nginx.module
View source
<?php

function hosting_nginx_hosting_service() {
  return array(
    'nginx' => 'http',
  );
}

Functions