Skip to main content
Module

x/bob/functions/mod.ts>writeNginxLocations

A static site generator for the dynamic web - develop with TSX and build with Deno
Go to Latest
variable writeNginxLocations
import { writeNginxLocations } from "https://deno.land/x/bob@v2.3.0-rc1/functions/mod.ts";

type

(
filepath: string,
hostname: string,
port: number,
) => unknown