DomainForwarding
import type { DomainForwarding } from "https://googleapis.deno.dev/v1/domains:v1.ts";
Domain forwarding configuration.
interface DomainForwarding {
pathForwarding?: boolean;
pemCertificate?: string;
redirectType?: "REDIRECT_TYPE_UNSPECIFIED" | "TEMPORARY" | "PERMANENT";
sslEnabled?: boolean;
subdomain?: string;
targetUri?: string;
}§Properties
§
pathForwarding?: boolean
[src]If true, forwards the path after the domain name to the same path at the new address.