Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/bob/functions/nginx-locations.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.5.1/functions/nginx-locations.ts";

type

(options: { log?: Logger; functions: Functions; filepath: string; hostname: string; port: number; }) => unknown