[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/ssr/node/AngularNodeAppEngineOptions [Back]  [Original]

AngularNodeAppEngineOptions Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/ssr/node

AngularNodeAppEngineOptions

interface

Options for the Angular Node.js server application engine.

On this page

    arrow_upward_alt Back to the top

    API

        
          interface AngularNodeAppEngineOptions extends AngularAppEngineOptions {  override allowedHosts?: readonly string[] | undefined;  override trustProxyHeaders?: boolean | readonly string[] | undefined;}
        
        

    allowedHosts

    readonly string[] | undefined

    A set of allowed hostnames for the server application.

    trustProxyHeaders

    boolean | readonly string[] | undefined

    Extends the scope of trusted proxy headers (Forwarded or X-Forwarded-*).

    Jump to details

    Web Proxy Viewer  |  New URL  |  Original Page