├── layouts
├── shortcodes
│ ├── shortversions.html
│ ├── version-waf.html
│ ├── nic-version.html
│ ├── version-ngf.html
│ ├── nic-helm-version.html
│ ├── clickhouse-version.html
│ ├── nic-operator-version.html
│ ├── nic-waf-release-version.html
│ ├── version-waf-compiler.html
│ ├── version-waf-config-mgr.html
│ ├── version-waf-enforcer.html
│ ├── appprotect-compiler-version.html
│ ├── version-waf-ip-intelligence.html
│ ├── version-waf-policy-controller.html
│ ├── lightweight-nim-nginx-agent-version.html
│ ├── check.html
│ ├── golden-star.html
│ ├── icon-warning.html
│ ├── production.html
│ ├── eol-call-out.html
│ ├── dev-portal-dedicated-host.html
│ ├── beta-badge.html
│ └── instance-manager-password.html
├── index.html
├── partials
│ ├── version-list.html
│ └── beta-badge.html
└── catalogs
│ └── single.html
├── tests
└── constants.js
├── content
├── includes
│ ├── dos
│ │ └── dockerfiles
│ │ │ ├── amazon-plus-dos-waf.md
│ │ │ ├── debian-plus-dos-waf.md
│ │ │ ├── rhel8-plus-dos-waf.md
│ │ │ ├── rhel9-plus-dos-waf.md
│ │ │ ├── rocky9-plus-dos-waf.md
│ │ │ ├── ubuntu-plus-dos-waf.md
│ │ │ └── alpine-plus-dos-waf.md
│ ├── index.md
│ ├── ngf
│ │ └── index.md
│ ├── nim
│ │ ├── index.md
│ │ ├── about
│ │ │ └── index.md
│ │ ├── admin-guide
│ │ │ ├── index.md
│ │ │ ├── auth
│ │ │ │ └── index.md
│ │ │ └── getting-started
│ │ │ │ └── index.md
│ │ └── installation
│ │ │ └── install-script-flags
│ │ │ ├── cert.md
│ │ │ ├── key.md
│ │ │ ├── clickhouse-version.md
│ │ │ ├── distribution.md
│ │ │ └── skip-clickhouse.md
│ ├── security
│ │ └── index.md
│ ├── nic
│ │ └── configuration
│ │ │ ├── _index.md
│ │ │ ├── ingress-resources
│ │ │ └── _index.md
│ │ │ └── global-configuration
│ │ │ └── _index.md
│ ├── nginx-plus
│ │ └── install
│ │ │ ├── create-dir-for-jwt.md
│ │ │ ├── install-ca-certificates-dependency-dnf.md
│ │ │ ├── install-ca-certificates-dependency-yum.md
│ │ │ ├── enable-nginx-service-at-boot.md
│ │ │ ├── install-nginx-plus-package-dnf.md
│ │ │ ├── install-nginx-plus-package-yum.md
│ │ │ ├── create-dir-for-crt-key.md
│ │ │ ├── check-nginx-binary-version.md
│ │ │ ├── check-tech-specs.md
│ │ │ ├── back-up-config-and-logs.md
│ │ │ └── nim-disconnected-report-usage.md
│ ├── nginxaas-google
│ │ ├── terraform-resources.md
│ │ └── access-console.md
│ └── installation
│ │ └── nms-user.md
├── search.md
├── waf
│ ├── logging
│ │ └── _index.md
│ ├── configure
│ │ └── _index.md
│ ├── install
│ │ └── _index.md
│ ├── fundamentals
│ │ └── _index.md
│ └── policies
│ │ ├── parameter-reference.md
│ │ └── _index.md
├── ngf
│ ├── install
│ │ └── _index.md
│ ├── how-to
│ │ └── _index.md
│ ├── overview
│ │ └── _index.md
│ ├── reference
│ │ └── _index.md
│ ├── monitoring
│ │ └── _index.md
│ ├── traffic-security
│ │ └── _index.md
│ ├── traffic-management
│ │ └── _index.md
│ └── changelog.md
├── amplify
│ ├── faq
│ │ └── _index.md
│ ├── overview
│ │ └── _index.md
│ ├── user-interface
│ │ └── _index.md
│ ├── metrics-metadata
│ │ └── _index.md
│ ├── nginx-amplify-agent
│ │ ├── _index.md
│ │ └── install
│ │ │ └── _index.md
│ ├── _index.md
│ └── additional-resources.md
├── nginxaas-azure
│ ├── changelog
│ │ ├── _index.md
│ │ └── archive
│ │ │ └── _index.md
│ ├── get-help
│ │ └── _index.md
│ ├── overview
│ │ └── _index.md
│ ├── billing
│ │ ├── _index.md
│ │ └── change-plan
│ │ │ └── _index.md
│ ├── quickstart
│ │ ├── _index.md
│ │ └── security-controls
│ │ │ └── _index.md
│ ├── app-protect
│ │ └── _index.md
│ ├── monitoring
│ │ ├── _index.md
│ │ └── enable-logging
│ │ │ └── _index.md
│ ├── getting-started
│ │ ├── _index.md
│ │ ├── create-deployment
│ │ │ └── _index.md
│ │ ├── nginx-configuration
│ │ │ └── _index.md
│ │ └── ssl-tls-certificates
│ │ │ └── _index.md
│ └── client-tools
│ │ └── _index.md
├── nim
│ ├── deploy
│ │ ├── docker
│ │ │ └── _index.md
│ │ ├── kubernetes
│ │ │ └── _index.md
│ │ ├── vm-bare-metal
│ │ │ └── _index.md
│ │ ├── infrastructure-as-code
│ │ │ └── _index.md
│ │ └── _index.md
│ ├── fundamentals
│ │ └── _index.md
│ ├── admin-guide
│ │ ├── _index.md
│ │ ├── rbac
│ │ │ └── _index.md
│ │ ├── maintenance
│ │ │ └── _index.md
│ │ └── authentication
│ │ │ ├── oidc
│ │ │ └── _index.md
│ │ │ ├── _index.md
│ │ │ └── basic-auth
│ │ │ └── _index.md
│ ├── monitoring
│ │ ├── _index.md
│ │ └── catalogs
│ │ │ ├── _index.md
│ │ │ ├── dimensions.md
│ │ │ ├── metrics.md
│ │ │ └── events.md
│ ├── nginx-configs
│ │ ├── _index.md
│ │ └── config-templates
│ │ │ ├── _index.md
│ │ │ ├── how-to
│ │ │ └── _index.md
│ │ │ ├── concepts
│ │ │ └── _index.md
│ │ │ ├── tutorials
│ │ │ └── _index.md
│ │ │ └── reference
│ │ │ └── _index.md
│ ├── nginx-instances
│ │ └── _index.md
│ ├── waf-integration
│ │ ├── _index.md
│ │ ├── policies-and-logs
│ │ │ ├── bundles
│ │ │ │ └── _index.md
│ │ │ ├── publish
│ │ │ │ └── _index.md
│ │ │ ├── policies
│ │ │ │ └── _index.md
│ │ │ └── log-profiles
│ │ │ │ └── _index.md
│ │ └── configuration
│ │ │ ├── onboard-instances
│ │ │ └── _index.md
│ │ │ ├── install-waf-compiler
│ │ │ └── _index.md
│ │ │ └── manage-waf-configurations
│ │ │ └── _index.md
│ ├── security-monitoring
│ │ └── _index.md
│ ├── system-configuration
│ │ └── _index.md
│ ├── support
│ │ └── _index.md
│ ├── disconnected
│ │ └── _index.md
│ └── releases
│ │ └── _index.md
├── nginxaas-google
│ ├── get-help
│ │ └── _index.md
│ ├── billing
│ │ └── _index.md
│ ├── monitoring
│ │ └── _index.md
│ ├── getting-started
│ │ ├── _index.md
│ │ ├── create-deployment
│ │ │ └── _index.md
│ │ ├── ssl-tls-certificates
│ │ │ └── _index.md
│ │ └── nginx-configuration
│ │ │ └── _index.md
│ └── quickstart
│ │ ├── _index.md
│ │ └── security-controls
│ │ └── _index.md
├── nic
│ ├── install
│ │ ├── helm
│ │ │ └── _index.md
│ │ ├── images
│ │ │ └── _index.md
│ │ └── _index.md
│ ├── configuration
│ │ ├── _index.md
│ │ ├── ingress-resources
│ │ │ └── _index.md
│ │ └── global-configuration
│ │ │ └── _index.md
│ ├── integrations
│ │ ├── _index.md
│ │ ├── app-protect-dos
│ │ │ └── _index.md
│ │ ├── app-protect-waf
│ │ │ └── _index.md
│ │ └── app-protect-waf-v5
│ │ │ └── _index.md
│ ├── tutorials
│ │ └── _index.md
│ ├── logging-and-monitoring
│ │ └── _index.md
│ ├── overview
│ │ └── _index.md
│ └── troubleshooting
│ │ ├── _index.md
│ │ └── troubleshoot-transportserver.md
├── nginx
│ ├── admin-guide
│ │ ├── _index.md
│ │ ├── monitoring
│ │ │ └── _index.md
│ │ ├── content-cache
│ │ │ └── _index.md
│ │ ├── dynamic-modules
│ │ │ └── _index.md
│ │ ├── mail-proxy
│ │ │ └── _index.md
│ │ ├── installing-nginx
│ │ │ └── _index.md
│ │ ├── web-server
│ │ │ └── _index.md
│ │ ├── high-availability
│ │ │ └── _index.md
│ │ ├── load-balancer
│ │ │ └── _index.md
│ │ ├── basic-functionality
│ │ │ └── _index.md
│ │ └── security-controls
│ │ │ └── _index.md
│ ├── deployment-guides
│ │ ├── google-cloud-platform
│ │ │ └── _index.md
│ │ ├── amazon-web-services
│ │ │ └── _index.md
│ │ ├── microsoft-azure
│ │ │ └── _index.md
│ │ ├── migrate-hardware-adc
│ │ │ └── _index.md
│ │ ├── global-server-load-balancing
│ │ │ └── _index.md
│ │ ├── load-balance-third-party
│ │ │ └── _index.md
│ │ └── single-sign-on
│ │ │ ├── _index.md
│ │ │ └── oidc-njs
│ │ │ └── _index.md
│ ├── variables.md
│ └── directives.md
├── nginx-one-console
│ ├── agent
│ │ ├── support
│ │ │ └── _index.md
│ │ ├── overview
│ │ │ └── _index.md
│ │ ├── containers
│ │ │ └── _index.md
│ │ ├── install-upgrade
│ │ │ └── _index.md
│ │ ├── configure-instances
│ │ │ └── _index.md
│ │ ├── _index.md
│ │ └── changelog.md
│ ├── rbac
│ │ └── _index.md
│ ├── api
│ │ ├── _index.md
│ │ └── api-reference-guide.md
│ ├── nginx-configs
│ │ ├── metrics
│ │ │ └── _index.md
│ │ ├── _index.md
│ │ ├── certificates
│ │ │ └── _index.md
│ │ ├── one-instance
│ │ │ └── _index.md
│ │ ├── staged-configs
│ │ │ └── _index.md
│ │ ├── config-templates
│ │ │ └── _index.md
│ │ └── config-sync-groups
│ │ │ └── _index.md
│ ├── secure-your-fleet
│ │ └── _index.md
│ ├── connect-instances
│ │ ├── _index.md
│ │ └── settings
│ │ │ └── _index.md
│ ├── waf-integration
│ │ └── _index.md
│ └── k8s
│ │ └── _index.md
├── nap-dos
│ ├── releases
│ │ └── _index.md
│ ├── deployment-guide
│ │ └── _index.md
│ ├── troubleshooting
│ │ └── _index.md
│ ├── monitoring
│ │ └── _index.md
│ └── directives-and-policy
│ │ └── _index.md
├── agent
│ ├── configuration
│ │ └── _index.md
│ ├── installation-upgrade
│ │ ├── _index.md
│ │ └── container-environments
│ │ │ └── _index.md
│ └── changelog.md
└── stats.md
├── static
├── img
│ ├── mtls.png
│ ├── grafana.png
│ ├── networking.png
│ ├── udp-egress.jpeg
│ ├── architecture.png
│ ├── opentelemetry.png
│ ├── udp-ingress.jpeg
│ ├── iac
│ │ ├── ansible-flow.png
│ │ ├── iac-process.png
│ │ ├── aws-infrastructure.png
│ │ └── standalone-architecture.png
│ ├── aws
│ │ ├── aws-instance-summary.png
│ │ ├── aws-instance-select-sg.png
│ │ ├── aws-nlb-instance-connect.png
│ │ ├── aws-instance-launch-success.png
│ │ ├── aws-nlb-instance-choose-ami.png
│ │ ├── aws-generic-create-image-menu.png
│ │ ├── aws-generic-instance-details.png
│ │ ├── aws-nlb-instance-choose-type.png
│ │ ├── aws-generic-instance-display-first.png
│ │ └── aws-generic-instance-security-outbound.png
│ └── sso
│ │ ├── auth0
│ │ ├── sso-auth0-app.png
│ │ ├── sso-auth0-db-app.png
│ │ ├── sso-auth0-create-app.png
│ │ ├── sso-auth0-create-user.png
│ │ ├── sso-auth0-login-test.png
│ │ ├── sso-auth0-app-settings.png
│ │ └── sso-auth0-app-advanced-settings.png
│ │ └── okta
│ │ ├── Okta-Your-Org.png
│ │ ├── Okta-login-window.png
│ │ ├── Okta-Add-Application.png
│ │ ├── Okta-Assignment-groups.png
│ │ ├── Okta-Client-Credentials.png
│ │ ├── Okta-Applications-navigation.png
│ │ ├── Okta-Create-New-Application-Integration.png
│ │ └── Okta-Create-OpenID-Connect-Integration.png
├── nic
│ ├── ic-pod.png
│ ├── ic-process.png
│ ├── nginx-envoy.png
│ ├── nginx_plain.png
│ ├── control-loop.png
│ ├── ic-high-level.png
│ ├── controller-sync.png
│ ├── gke-create-cluster.png
│ ├── nginx_istio_small.png
│ ├── ecr-pull-instructions.png
│ ├── gke-creating-cluster.png
│ ├── gke-existing-cluster.png
│ ├── ic-process-components.png
│ ├── gke-install-to-new-cluster.png
│ └── gke-ingress-controller-application.png
├── nim
│ ├── k8s-hybrid.png
│ ├── nim-scan-setup.png
│ ├── app-sec-overview.png
│ ├── nim-scan-results.png
│ ├── app-sec-api-overview.png
│ ├── nim-select-nim-module.png
│ └── templates
│ │ ├── round-robin-base-template-diff.png
│ │ ├── round-robin-base-template-files.png
│ │ └── round-robin-augment-template-files.png
├── unit
│ └── images
│ │ ├── hg.png
│ │ ├── apollo.png
│ │ ├── django.png
│ │ ├── drupal.png
│ │ ├── jira.png
│ │ ├── joomla.png
│ │ ├── matomo.png
│ │ ├── modx.png
│ │ ├── moin.png
│ │ ├── phpbb.png
│ │ ├── plone.png
│ │ ├── rails.png
│ │ ├── trac.png
│ │ ├── yii1.1.png
│ │ ├── yii2.png
│ │ ├── bugzilla.png
│ │ ├── cakephp.png
│ │ ├── catalyst.png
│ │ ├── dokuwiki.png
│ │ ├── express.png
│ │ ├── fastapi.png
│ │ ├── grafana.png
│ │ ├── laravel.png
│ │ ├── mailman.png
│ │ ├── mw_ready.png
│ │ ├── openapi.png
│ │ ├── opengrok.png
│ │ ├── redmine.png
│ │ ├── symfony.png
│ │ ├── codeigniter.png
│ │ ├── datasette.png
│ │ ├── mw_install.png
│ │ ├── nextcloud.png
│ │ ├── phpmyadmin.png
│ │ ├── reviewboard.png
│ │ ├── roundcube.png
│ │ ├── springboot.png
│ │ ├── wordpress.png
│ │ ├── djangochannels.png
│ │ └── roundcube-setup.png
├── agent
│ ├── agent-flow.png
│ └── grafana-dashboard-example.png
├── ctlr
│ └── img
│ │ ├── ui-config.png
│ │ ├── cas-overview.png
│ │ ├── favicon-48x48.ico
│ │ ├── controller-logo.png
│ │ ├── netops-workflow.png
│ │ ├── NGINX-Hex-Green-RGB.png
│ │ ├── NGINX-Hex-White-RGB.png
│ │ ├── big-ip-integration.png
│ │ ├── multi-node-diagram.png
│ │ ├── data-explorer_metric.png
│ │ ├── gateway-env-examples.png
│ │ ├── data-explorer_comparison.png
│ │ ├── data-explorer_group-by.png
│ │ ├── data-explorer_main-view.png
│ │ ├── data-explorer_resource.png
│ │ ├── devops-workflow-simple.png
│ │ ├── traffic-flow-example-1.png
│ │ ├── data-explorer_aggregation.png
│ │ ├── services-object-model-example.png
│ │ └── data-explorer_dimensions-drawer.png
├── dashboard
│ └── dos-tab.png
├── ngf
│ └── img
│ │ ├── hierarchy.png
│ │ ├── advanced-routing.png
│ │ ├── nginx-plus-dashboard.png
│ │ ├── jaeger-trace-overview.png
│ │ ├── route-all-traffic-app.png
│ │ ├── route-all-traffic-flow.png
│ │ ├── direct-policy-attachment.png
│ │ ├── jaeger-trace-attributes.png
│ │ ├── route-all-traffic-config.png
│ │ ├── inherited-policy-attachment.png
│ │ └── cert-manager-gateway-workflow.png
├── nginx
│ └── images
│ │ ├── oidc.png
│ │ ├── 5s-servers.png
│ │ ├── 6s-cache.png
│ │ ├── swagger-ui.png
│ │ ├── 0s-instances.png
│ │ ├── 1s-overview.png
│ │ ├── 3s-requests.png
│ │ ├── 4s-upstreams.png
│ │ ├── aws-nlb-app1.png
│ │ ├── azure-portal.png
│ │ ├── module-icon.png
│ │ ├── 2s-connections.png
│ │ ├── adfs-sso-login.png
│ │ ├── auth-required.png
│ │ ├── aws-nlb-app2-v2.png
│ │ ├── dashboard-tabs.png
│ │ ├── keycloak-log-in.png
│ │ ├── ns1-2-records.png
│ │ ├── ns1-3-answers.png
│ │ ├── ns1-zones-tab.png
│ │ ├── okta-your-org.png
│ │ ├── sso-auth0-app.png
│ │ ├── adfs-sso-welcome.png
│ │ ├── aws-nlb-eip-open.png
│ │ ├── cognito-sso-login.png
│ │ ├── dashboard-options.png
│ │ ├── keycloak-add-role.png
│ │ ├── okta-login-window.png
│ │ ├── sso-auth0-db-app.png
│ │ ├── aws-route53-homepage.png
│ │ ├── dashboard-add-server.png
│ │ ├── dashboard-tab-caches.png
│ │ ├── gce-app-1-vm-edited.png
│ │ ├── gce-app-1-vm-select.png
│ │ ├── keycloak-add-client.png
│ │ ├── ns1-add-record-popup.png
│ │ ├── ns1-add-zone-popup.png
│ │ ├── ns1-nameservers-page.png
│ │ ├── ns1-records-page-ns.png
│ │ ├── okta-add-application.png
│ │ ├── onelogin-sso-sso-tab.png
│ │ ├── sso-auth0-create-app.png
│ │ ├── sso-auth0-login-test.png
│ │ ├── aws-route-53-topology.png
│ │ ├── azure-create-lb-basics.png
│ │ ├── azure-create-vm-basics.png
│ │ ├── dashboard-tab-cluster.png
│ │ ├── dashboard-tab-workers.png
│ │ ├── gce-firewall-rules-tab.png
│ │ ├── gce-new-project-popup.png
│ │ ├── keycloak-settings-tab.png
│ │ ├── nginx-plus-ha-aws-nlb.png
│ │ ├── ns1-edit-filter-chain.png
│ │ ├── okta-assignment-groups.png
│ │ ├── onelogin-login-window.png
│ │ ├── oracle-ebs-iis-certlm.png
│ │ ├── oracle-ebs-nginx-plus.png
│ │ ├── pingidentity-sso-login.png
│ │ ├── sso-auth0-app-settings.png
│ │ ├── sso-auth0-create-user.png
│ │ ├── aws-ec2-elastic-ips-tab.png
│ │ ├── aws-ec2-useast-instances.png
│ │ ├── aws-nlb-eip-allocate-new.png
│ │ ├── aws-nlb-eip-new-display.png
│ │ ├── aws-nlb-eip-new-success.png
│ │ ├── aws-nlb-instance-connect.png
│ │ ├── aws-nlb-instance-key-pair.png
│ │ ├── aws-nlb-instances-summary.png
│ │ ├── aws-nlb-welcome-to-nginx.png
│ │ ├── azure-create-image-images.png
│ │ ├── azure-create-lb-navigate.png
│ │ ├── dashboard-tab-http-zones.png
│ │ ├── dashboard-tab-resolvers.png
│ │ ├── dashboard-tab-tcp-zones.png
│ │ ├── gce-backend-configuration.png
│ │ ├── gce-create-firewall-rule.png
│ │ ├── gce-create-health-check.png
│ │ ├── gce-create-instance-group.png
│ │ ├── gce-dashboard-no-project.png
│ │ ├── gce-prebuilt-instance-ssh.png
│ │ ├── gce-ubuntu-instance-disks.png
│ │ ├── gce-ubuntu-instance-ssh.png
│ │ ├── gce-vm-instances-toolbar.png
│ │ ├── keycloak-credentials-tab.png
│ │ ├── nginx-plus-ciphers-fips.png
│ │ ├── ns1-add-filters-shed-load.png
│ │ ├── ns1-add-filters-summary.png
│ │ ├── ns1-create-filter-chain.png
│ │ ├── ns1-shed-filter-metadata.png
│ │ ├── okta-client-credentials.png
│ │ ├── onelogin-sso-roles-page.png
│ │ ├── pingidentity-sso-section1.png
│ │ ├── pingidentity-sso-section2.png
│ │ ├── pingidentity-sso-section3.png
│ │ ├── pingidentity-sso-section4.png
│ │ ├── pingidentity-sso-section5.png
│ │ ├── pingidentity-sso-section6.png
│ │ ├── pingidentity-sso-section7.png
│ │ ├── adfs-sso-server-application.png
│ │ ├── aws-nlb-load-balancer-open.png
│ │ ├── aws-nlb-load-balancer-types.png
│ │ ├── aws-route53-dashboard-open.png
│ │ ├── aws-route53-edit-record-set.png
│ │ ├── azure-create-image-ngx-oss.png
│ │ ├── azure-create-vm-add-button.png
│ │ ├── azure-create-vm-networking.png
│ │ ├── azure-create-vm-ngx-plus-1.png
│ │ ├── cognito-sso-create-name-tab.png
│ │ ├── cognito-sso-your-user-pools.png
│ │ ├── dashboard-tab-shared-zones.png
│ │ ├── gce-frontend-configuration.png
│ │ ├── gce-instance-template-disks.png
│ │ ├── gce-reserve-static-address.png
│ │ ├── gce-ubuntu-instance-create.png
│ │ ├── gce-ubuntu-instance-summary.png
│ │ ├── gce-vm-instances-back-arrow.png
│ │ ├── gcp-nginx-plus-page-oct2018.png
│ │ ├── keycloak-role-mappings-tab.png
│ │ ├── nginx-plus-ciphers-nonfips.png
│ │ ├── ns1-answer-metadata-status.png
│ │ ├── onelogin-sso-add-app-button.png
│ │ ├── onelogin-sso-add-oidc-page.png
│ │ ├── aws-elastic-ip-address-switch.png
│ │ ├── aws-nlb-load-balancer-review.png
│ │ ├── aws-nlb-load-balancer-routing.png
│ │ ├── aws-nlb-load-balancer-success.png
│ │ ├── aws-route-53-topology-failover.png
│ │ ├── aws-route53-hosted-zones-tab.png
│ │ ├── azure-create-image-create-vm.png
│ │ ├── azure-create-lb-load-balancers.png
│ │ ├── azure-create-lb-public-ip-lb.png
│ │ ├── cognito-sso-config-users-tab.png
│ │ ├── cognito-sso-create-review-tab.png
│ │ ├── dashboard-tab-http-upstreams.png
│ │ ├── dashboard-tab-upstreams-edit.png
│ │ ├── gce-create-instance-template.png
│ │ ├── gce-dashboard-existing-project.png
│ │ ├── gce-marketplace-new-deployment.png
│ │ ├── gce-ubuntu-instance-boot-disk.png
│ │ ├── gce-ubuntu-instance-management.png
│ │ ├── gce-ubuntu-instance-networking.png
│ │ ├── gce-ubuntu-instance-ssh-keys.png
│ │ ├── gcp-configure-deploy-feb2018.png
│ │ ├── nginx-plus-behind-hardware-adc.png
│ │ ├── nginx-plus-in-gcp-marketplace.png
│ │ ├── okta-applications-navigation.png
│ │ ├── onelogin-sso-configuration-tab.png
│ │ ├── aws-ec2-associate-address-popup.png
│ │ ├── aws-ec2-elastic-ip-address-list.png
│ │ ├── aws-nlb-load-balancer-configure.png
│ │ ├── azure-create-image-create-image.png
│ │ ├── azure-create-lb-add-backend-pool.png
│ │ ├── azure-create-lb-add-health-probe.png
│ │ ├── azure-create-lb-welcome-to-nginx.png
│ │ ├── azure-create-vm-virtual-machines.png
│ │ ├── azure-ha-load-balancer-topology.png
│ │ ├── gce-instance-template-boot-disk.png
│ │ ├── gce-instance-template-management.png
│ │ ├── gce-instance-template-networking.png
│ │ ├── gcp-deploy-confirmation-feb2018.png
│ │ ├── nginx-plus-without-hardware-adc.png
│ │ ├── ns1-answer-metadata-geographical.png
│ │ ├── ns1-shed-load-active-connections.png
│ │ ├── sso-auth0-app-advanced-settings.png
│ │ ├── aws-nlb-load-balancer-active-state.png
│ │ ├── aws-route53-configure-health-check.png
│ │ ├── aws-route53-create-record-set-empty.png
│ │ ├── aws-route53-registered-domains-tab.png
│ │ ├── azure-create-lb-deployment-complete.png
│ │ ├── azure-create-lb-public-ip-addresses.png
│ │ ├── azure-create-lb-validation-passed.png
│ │ ├── azure-create-vm-deployment-complete.png
│ │ ├── azure-create-vm-validation-passed.png
│ │ ├── cognito-sso-config-app-clients-tab.png
│ │ ├── cognito-sso-config-domain-name-tab.png
│ │ ├── cognito-sso-create-app-clients-tab.png
│ │ ├── dashboard-r7-edit-server-interface.png
│ │ ├── gce-marketplace-instance-deployed.png
│ │ ├── gcp-create-select-project-oct2018.png
│ │ ├── nginx-plus-config-synchronization.png
│ │ ├── nginx-plus-dashboard-r19-overview.png
│ │ ├── nginx-plus-dashboard-r30-overview-2.png
│ │ ├── nginx-plus-dashboard-r34-overview.png
│ │ ├── nginx-plus-dashboard-r35-overview.png
│ │ ├── nginx-plus-dynamic-module-plug-ins.png
│ │ ├── onelogin-sso-find-applications-page.png
│ │ ├── oracle-ebs-typical-lb-architecture.png
│ │ ├── aws-nlb-load-balancer-targets-display.png
│ │ ├── aws-route53-get-notified-health-check.png
│ │ ├── aws-route53-health-checks-tab-welcome.png
│ │ ├── azure-create-lb-select-backend-pools.png
│ │ ├── azure-create-trafficmgr-add-endpoint.png
│ │ ├── nginx-plus-dashboard-r28-overview-ssl.png
│ │ ├── ns1-edit-answer-metadata-connections.png
│ │ ├── pingidentity-sso-add-oidc-application.png
│ │ ├── aws-nlb-load-balancer-register-targets.png
│ │ ├── aws-route53-create-record-set-completed.png
│ │ ├── aws-route53-health-checks-tab-completed.png
│ │ ├── azure-create-lb-add-load-balancing-rule.png
│ │ ├── cognito-sso-config-app-clients-details.png
│ │ ├── cognito-sso-config-general-settings-tab.png
│ │ ├── gce-all-active-load-balancing-topology.png
│ │ ├── okta-create-new-application-integration.png
│ │ ├── okta-create-openid-connect-integration.png
│ │ ├── pingidentity-sso-my-applications-details.png
│ │ ├── pingidentity-sso-my-applications-empty.png
│ │ ├── pingidentity-sso-my-applications-new-app.png
│ │ ├── adfs-sso-configure-application-credentials.png
│ │ ├── azure-create-trafficmgr-create-tm-profile.png
│ │ ├── cognito-sso-config-app-client-settings-tab.png
│ │ ├── aws-route53-hosted-zones-tab-click-domain-name.png
│ │ └── aws-route53-configure-health-check-status-others.png
├── grpc
│ └── grpc_streaming.png
├── acm
│ ├── jwt-validation-flow.png
│ ├── acm-onboarding-success.png
│ ├── oauth2-introspection-flow.png
│ ├── about
│ │ └── acm-architecture-diagram.png
│ ├── deployment-patterns
│ │ ├── MultipleIP.png
│ │ └── LocalInstall.png
│ └── tutorials
│ │ └── rbac
│ │ ├── infra-admin-user.png
│ │ └── infra-workspace-role.png
├── amplify
│ ├── amplify-graphs.png
│ ├── amplify-analyzer.png
│ ├── amplify-inventory.png
│ ├── amplify-overview.png
│ ├── amplify-custom-new-set.png
│ ├── amplify-notifications.png
│ ├── amplify-analyzer-settings.png
│ └── amplify-custom-graph-filter.png
├── nginxaas-azure
│ ├── new-case.png
│ ├── properties.png
│ ├── alert-logic.png
│ ├── create-case.png
│ ├── raise-ticket.png
│ ├── n4a-dr-topology.png
│ ├── test-deployment.png
│ ├── n4a-architecture.png
│ ├── validation-error.png
│ ├── alert-select-signal.png
│ ├── auth-basic-htpasswd.png
│ ├── deployment-complete.png
│ ├── diagnostic-settings.png
│ ├── faq-ip-location-one.png
│ ├── faq-ip-location-two.png
│ ├── log-analytics-security.png
│ ├── add-ca-as-protected-file.png
│ ├── security-diagnostic-setting.png
│ └── azure-metrics-nginxaas.certificates.png
├── BingSiteAuth.xml
├── install
│ ├── nms-installation.png
│ └── registered-instance.png
├── getting-started
│ └── api
│ │ └── api-docs.png
├── rbac
│ └── role-create-with-tags.png
├── admin
│ └── rbac
│ │ ├── test-env-admin-role.png
│ │ └── assign-test-env-admin-role.png
├── security
│ └── oidc
│ │ └── azure-register-app.png
├── nginx-one-console
│ └── images
│ │ ├── ai-assistant.png
│ │ ├── config-sync-edits.png
│ │ ├── config-sync-status.png
│ │ ├── nginx-one-dashboard.png
│ │ ├── config-recommendation.png
│ │ └── unavailable-instances.png
├── workshops
│ └── nginx-one
│ │ └── lab2
│ │ ├── nginx-oss
│ │ ├── usr
│ │ │ └── share
│ │ │ │ └── nginx
│ │ │ │ └── html
│ │ │ │ ├── gtr.jpg
│ │ │ │ ├── nsx.jpg
│ │ │ │ └── rcf.jpg
│ │ └── etc
│ │ │ └── nginx
│ │ │ └── includes
│ │ │ └── keepalive.conf
│ │ └── nginx-plus
│ │ └── usr
│ │ └── share
│ │ └── nginx
│ │ └── html
│ │ ├── gtr.jpg
│ │ ├── nsx.jpg
│ │ └── rcf.jpg
├── examples
│ ├── upstream-ca
│ │ ├── disk.yaml
│ │ ├── cert-manager.yaml
│ │ └── awssecret.yaml
│ ├── traffic-split
│ │ ├── target-svc.yaml
│ │ └── trafficsplit.yaml
│ ├── nginx-ingress-controller
│ │ └── udp
│ │ │ ├── nic-global-configuration.yaml
│ │ │ └── udp-nodeport.yaml
│ ├── circuit-breaker.yaml
│ └── circuit-breaker
│ │ └── circuit-breaker.yaml
├── robots.txt
├── scripts
│ └── docker-compose
│ │ └── clickhouse.xml
└── sitemap_index.xml
├── config
├── development
│ └── config.toml
└── staging
│ └── config.toml
├── hugo-entrypoint.sh
├── templates
├── concept
│ └── coffee-img.jpg
└── reference
│ └── example-reference.md
├── go.mod
├── data
└── nms
│ └── catalogs
│ ├── dimensions
│ ├── app.yml
│ ├── site.yml
│ ├── gateway.yml
│ ├── app_name.yml
│ ├── error.yml
│ ├── site_name.yml
│ ├── component.yml
│ ├── file_path.yml
│ ├── gateway_name.yml
│ ├── environment.yml
│ ├── cache_zone.yml
│ ├── component_name.yml
│ ├── instance.yml
│ ├── message.yml
│ ├── mount_point.yml
│ ├── process_id.yml
│ ├── system.tags.yml
│ ├── environment_name.yml
│ ├── zone.yml
│ ├── http.uri.yml
│ ├── peer.address.yml
│ ├── http.version_schema.yml
│ ├── location_zone.yml
│ ├── module.yml
│ ├── server_zone.yml
│ ├── upstream.yml
│ ├── limit_req_zone.yml
│ ├── network_interface.yml
│ ├── display_name.yml
│ ├── hostname.yml
│ ├── limit_conn_zone.yml
│ ├── publication_uuid.yml
│ ├── deployment_uuid.yml
│ ├── family.yml
│ ├── proxied_protocol.yml
│ ├── http.hostname.yml
│ ├── nginx_id.yml
│ ├── http.request_method.yml
│ ├── system_id.yml
│ ├── http.response_code.yml
│ ├── peer.name.yml
│ ├── upstream_zone.yml
│ ├── acm_environments_type.yml
│ ├── http.upstream_addr.yml
│ ├── instance_group.yml
│ ├── acm_api_proxy_hostname.yml
│ ├── acm_environments_name.yml
│ ├── acm_api_proxy_version.yml
│ ├── acm_infra_workspaces_name.yml
│ ├── acm_service_workspaces_name.yml
│ └── acm_api_proxy_name.yml
│ └── events
│ ├── entitycud.certs.yml
│ ├── entitycud.systems.yml
│ ├── entitycud.license.yml
│ ├── entitycud.templates.yml
│ ├── entitycud.instancesets.yml
│ ├── entitycud.instancegroups.yml
│ ├── clickhouse.status.yml
│ ├── publication.status.yml
│ ├── agent.status.yml
│ ├── nginx.status.yml
│ ├── agent.config.yml
│ └── deployment.status.yml
├── _banners
├── waf-early-availability.md
├── waf-unification-notice.md
├── eos-nms.md
├── agent-v2-note.md
├── waf-parameter-reference.md
├── waf-virtual-restriction.md
└── ngf-2.0-release.md
├── go.sum
├── .github
└── dependabot.yml
├── .gitattributes
├── .gitlint
└── package.json
/layouts/shortcodes/shortversions.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/layouts/shortcodes/version-waf.html:
--------------------------------------------------------------------------------
1 | 5.9
--------------------------------------------------------------------------------
/layouts/shortcodes/nic-version.html:
--------------------------------------------------------------------------------
1 | 5.3.0
--------------------------------------------------------------------------------
/layouts/shortcodes/version-ngf.html:
--------------------------------------------------------------------------------
1 | 2.2.2
--------------------------------------------------------------------------------
/layouts/shortcodes/nic-helm-version.html:
--------------------------------------------------------------------------------
1 | 2.4.0
--------------------------------------------------------------------------------
/layouts/shortcodes/clickhouse-version.html:
--------------------------------------------------------------------------------
1 | 24.8.12.28
--------------------------------------------------------------------------------
/layouts/shortcodes/nic-operator-version.html:
--------------------------------------------------------------------------------
1 | 3.4.0
--------------------------------------------------------------------------------
/layouts/shortcodes/nic-waf-release-version.html:
--------------------------------------------------------------------------------
1 | 5.10.0
--------------------------------------------------------------------------------
/layouts/shortcodes/version-waf-compiler.html:
--------------------------------------------------------------------------------
1 | 5.9.0
--------------------------------------------------------------------------------
/layouts/shortcodes/version-waf-config-mgr.html:
--------------------------------------------------------------------------------
1 | 5.9.0
--------------------------------------------------------------------------------
/layouts/shortcodes/version-waf-enforcer.html:
--------------------------------------------------------------------------------
1 | 5.7.0
--------------------------------------------------------------------------------
/tests/constants.js:
--------------------------------------------------------------------------------
1 | export const TIMEOUT = 4000;
2 |
--------------------------------------------------------------------------------
/content/includes/dos/dockerfiles/amazon-plus-dos-waf.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/content/includes/dos/dockerfiles/debian-plus-dos-waf.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/content/includes/dos/dockerfiles/rhel8-plus-dos-waf.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/content/includes/dos/dockerfiles/rhel9-plus-dos-waf.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/content/includes/dos/dockerfiles/rocky9-plus-dos-waf.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/content/includes/dos/dockerfiles/ubuntu-plus-dos-waf.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/layouts/shortcodes/appprotect-compiler-version.html:
--------------------------------------------------------------------------------
1 | 5.550.0
--------------------------------------------------------------------------------
/layouts/shortcodes/version-waf-ip-intelligence.html:
--------------------------------------------------------------------------------
1 | 5.9.0
--------------------------------------------------------------------------------
/layouts/shortcodes/version-waf-policy-controller.html:
--------------------------------------------------------------------------------
1 | 5.9.0
--------------------------------------------------------------------------------
/content/includes/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | headless: true
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/content/includes/ngf/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | headless: true
3 | ---
4 |
--------------------------------------------------------------------------------
/content/includes/nim/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | headless: true
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/content/includes/nim/about/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | headless: true
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/content/includes/security/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | headless: true
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/layouts/shortcodes/lightweight-nim-nginx-agent-version.html:
--------------------------------------------------------------------------------
1 | 2.41.1 or later
--------------------------------------------------------------------------------
/content/includes/nim/admin-guide/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | headless: true
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/layouts/shortcodes/check.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/content/includes/nim/admin-guide/auth/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | headless: true
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/layouts/shortcodes/golden-star.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/content/includes/nim/admin-guide/getting-started/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | headless: true
3 | ---
4 |
--------------------------------------------------------------------------------
/layouts/index.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 | {{ partial "homepage.html" . }}
3 | {{end}}
4 |
--------------------------------------------------------------------------------
/static/img/mtls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/mtls.png
--------------------------------------------------------------------------------
/static/nic/ic-pod.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nic/ic-pod.png
--------------------------------------------------------------------------------
/content/search.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Search Results
3 | type: search
4 | url: 'search.html'
5 | ---
6 |
--------------------------------------------------------------------------------
/content/waf/logging/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Logging"
3 | url: /waf/logs/
4 | weight: 500
5 | ---
6 |
--------------------------------------------------------------------------------
/static/img/grafana.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/grafana.png
--------------------------------------------------------------------------------
/layouts/shortcodes/icon-warning.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/static/img/networking.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/networking.png
--------------------------------------------------------------------------------
/static/img/udp-egress.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/udp-egress.jpeg
--------------------------------------------------------------------------------
/static/nic/ic-process.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nic/ic-process.png
--------------------------------------------------------------------------------
/static/nic/nginx-envoy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nic/nginx-envoy.png
--------------------------------------------------------------------------------
/static/nic/nginx_plain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nic/nginx_plain.png
--------------------------------------------------------------------------------
/static/nim/k8s-hybrid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nim/k8s-hybrid.png
--------------------------------------------------------------------------------
/static/unit/images/hg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/hg.png
--------------------------------------------------------------------------------
/config/development/config.toml:
--------------------------------------------------------------------------------
1 | baseURL = "https://docs-dev.nginx.com"
2 | title = "DEV -- docs-nginx-com"
3 |
--------------------------------------------------------------------------------
/config/staging/config.toml:
--------------------------------------------------------------------------------
1 | baseURL = "https://docs-staging.nginx.com"
2 | title = "STAGING - docs-nginx-com"
3 |
--------------------------------------------------------------------------------
/content/waf/configure/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Configuration"
3 | url: /waf/configure/
4 | weight: 300
5 | ---
--------------------------------------------------------------------------------
/content/waf/install/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Install and update"
3 | url: /waf/install/
4 | weight: 200
5 | ---
--------------------------------------------------------------------------------
/hugo-entrypoint.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | hugo mod get -u github.com/nginxinc/nginx-hugo-theme/v2
4 | hugo $*
5 |
--------------------------------------------------------------------------------
/static/agent/agent-flow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/agent/agent-flow.png
--------------------------------------------------------------------------------
/static/ctlr/img/ui-config.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/ctlr/img/ui-config.png
--------------------------------------------------------------------------------
/static/dashboard/dos-tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/dashboard/dos-tab.png
--------------------------------------------------------------------------------
/static/img/architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/architecture.png
--------------------------------------------------------------------------------
/static/img/opentelemetry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/opentelemetry.png
--------------------------------------------------------------------------------
/static/img/udp-ingress.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/udp-ingress.jpeg
--------------------------------------------------------------------------------
/static/ngf/img/hierarchy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/ngf/img/hierarchy.png
--------------------------------------------------------------------------------
/static/nginx/images/oidc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/oidc.png
--------------------------------------------------------------------------------
/static/nic/control-loop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nic/control-loop.png
--------------------------------------------------------------------------------
/static/nic/ic-high-level.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nic/ic-high-level.png
--------------------------------------------------------------------------------
/static/nim/nim-scan-setup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nim/nim-scan-setup.png
--------------------------------------------------------------------------------
/static/unit/images/apollo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/apollo.png
--------------------------------------------------------------------------------
/static/unit/images/django.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/django.png
--------------------------------------------------------------------------------
/static/unit/images/drupal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/drupal.png
--------------------------------------------------------------------------------
/static/unit/images/jira.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/jira.png
--------------------------------------------------------------------------------
/static/unit/images/joomla.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/joomla.png
--------------------------------------------------------------------------------
/static/unit/images/matomo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/matomo.png
--------------------------------------------------------------------------------
/static/unit/images/modx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/modx.png
--------------------------------------------------------------------------------
/static/unit/images/moin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/moin.png
--------------------------------------------------------------------------------
/static/unit/images/phpbb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/phpbb.png
--------------------------------------------------------------------------------
/static/unit/images/plone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/plone.png
--------------------------------------------------------------------------------
/static/unit/images/rails.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/rails.png
--------------------------------------------------------------------------------
/static/unit/images/trac.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/trac.png
--------------------------------------------------------------------------------
/static/unit/images/yii1.1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/yii1.1.png
--------------------------------------------------------------------------------
/static/unit/images/yii2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/yii2.png
--------------------------------------------------------------------------------
/content/waf/fundamentals/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Fundamentals"
3 | url: /waf/fundamentals/
4 | weight: 100
5 | ---
--------------------------------------------------------------------------------
/static/grpc/grpc_streaming.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/grpc/grpc_streaming.png
--------------------------------------------------------------------------------
/static/img/iac/ansible-flow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/iac/ansible-flow.png
--------------------------------------------------------------------------------
/static/img/iac/iac-process.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/iac/iac-process.png
--------------------------------------------------------------------------------
/static/nic/controller-sync.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nic/controller-sync.png
--------------------------------------------------------------------------------
/static/nim/app-sec-overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nim/app-sec-overview.png
--------------------------------------------------------------------------------
/static/nim/nim-scan-results.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nim/nim-scan-results.png
--------------------------------------------------------------------------------
/static/unit/images/bugzilla.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/bugzilla.png
--------------------------------------------------------------------------------
/static/unit/images/cakephp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/cakephp.png
--------------------------------------------------------------------------------
/static/unit/images/catalyst.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/catalyst.png
--------------------------------------------------------------------------------
/static/unit/images/dokuwiki.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/dokuwiki.png
--------------------------------------------------------------------------------
/static/unit/images/express.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/express.png
--------------------------------------------------------------------------------
/static/unit/images/fastapi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/fastapi.png
--------------------------------------------------------------------------------
/static/unit/images/grafana.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/grafana.png
--------------------------------------------------------------------------------
/static/unit/images/laravel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/laravel.png
--------------------------------------------------------------------------------
/static/unit/images/mailman.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/mailman.png
--------------------------------------------------------------------------------
/static/unit/images/mw_ready.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/mw_ready.png
--------------------------------------------------------------------------------
/static/unit/images/openapi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/openapi.png
--------------------------------------------------------------------------------
/static/unit/images/opengrok.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/opengrok.png
--------------------------------------------------------------------------------
/static/unit/images/redmine.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/redmine.png
--------------------------------------------------------------------------------
/static/unit/images/symfony.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/symfony.png
--------------------------------------------------------------------------------
/content/ngf/install/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Install"
3 | url: /nginx-gateway-fabric/install/
4 | weight: 300
5 | ---
6 |
--------------------------------------------------------------------------------
/static/acm/jwt-validation-flow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/acm/jwt-validation-flow.png
--------------------------------------------------------------------------------
/static/amplify/amplify-graphs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/amplify/amplify-graphs.png
--------------------------------------------------------------------------------
/static/ctlr/img/cas-overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/ctlr/img/cas-overview.png
--------------------------------------------------------------------------------
/static/ctlr/img/favicon-48x48.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/ctlr/img/favicon-48x48.ico
--------------------------------------------------------------------------------
/static/nginx/images/5s-servers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/5s-servers.png
--------------------------------------------------------------------------------
/static/nginx/images/6s-cache.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/6s-cache.png
--------------------------------------------------------------------------------
/static/nginx/images/swagger-ui.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/swagger-ui.png
--------------------------------------------------------------------------------
/static/nginxaas-azure/new-case.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginxaas-azure/new-case.png
--------------------------------------------------------------------------------
/static/nic/gke-create-cluster.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nic/gke-create-cluster.png
--------------------------------------------------------------------------------
/static/nic/nginx_istio_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nic/nginx_istio_small.png
--------------------------------------------------------------------------------
/static/unit/images/codeigniter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/codeigniter.png
--------------------------------------------------------------------------------
/static/unit/images/datasette.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/datasette.png
--------------------------------------------------------------------------------
/static/unit/images/mw_install.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/mw_install.png
--------------------------------------------------------------------------------
/static/unit/images/nextcloud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/nextcloud.png
--------------------------------------------------------------------------------
/static/unit/images/phpmyadmin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/phpmyadmin.png
--------------------------------------------------------------------------------
/static/unit/images/reviewboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/reviewboard.png
--------------------------------------------------------------------------------
/static/unit/images/roundcube.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/roundcube.png
--------------------------------------------------------------------------------
/static/unit/images/springboot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/springboot.png
--------------------------------------------------------------------------------
/static/unit/images/wordpress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/static/unit/images/wordpress.png
--------------------------------------------------------------------------------
/templates/concept/coffee-img.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nginx/documentation/HEAD/templates/concept/coffee-img.jpg
--------------------------------------------------------------------------------
/content/amplify/faq/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Frequently Asked Questions
3 | weight: 800
4 | url: /nginx-amplify/faq/
5 | ---
6 |
--------------------------------------------------------------------------------
/content/amplify/overview/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Introduction
3 | weight: 100
4 | url: /nginx-amplify/overview/
5 | ---
6 |
--------------------------------------------------------------------------------
/content/ngf/how-to/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "How-to guides"
3 | url: /nginx-gateway-fabric/how-to/
4 | weight: 550
5 | ---
6 |
--------------------------------------------------------------------------------
/content/ngf/overview/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Overview"
3 | weight: 100
4 | url: /nginx-gateway-fabric/overview
5 | ---
6 |
--------------------------------------------------------------------------------
/content/ngf/reference/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Reference"
3 | weight: 700
4 | url: /nginx-gateway-fabric/reference/
5 | ---
6 |
--------------------------------------------------------------------------------
/content/nginxaas-azure/changelog/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Changelog
3 | weight: 900
4 | url: /nginxaas/azure/changelog/
5 | ---
--------------------------------------------------------------------------------
/content/nginxaas-azure/get-help/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Get help
3 | weight: 700
4 | url: /nginxaas/azure/get-help/
5 | ---
6 |
--------------------------------------------------------------------------------
/content/nginxaas-azure/overview/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Overview
3 | weight: 100
4 | url: /nginxaas/azure/overview/
5 | ---
6 |
--------------------------------------------------------------------------------
/content/nim/deploy/docker/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Docker
3 | weight: 10
4 | url: /nginx-instance-manager/deploy/docker
5 | ---
--------------------------------------------------------------------------------
/static/BingSiteAuth.xml:
--------------------------------------------------------------------------------
1 |
2 |
2 |-------------------------------------------------------------------------------- /static/img/sso/auth0/sso-auth0-app-advanced-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/sso/auth0/sso-auth0-app-advanced-settings.png -------------------------------------------------------------------------------- /static/nginx-one-console/images/nginx-one-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx-one-console/images/nginx-one-dashboard.png -------------------------------------------------------------------------------- /static/nginx/images/aws-ec2-associate-address-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-ec2-associate-address-popup.png -------------------------------------------------------------------------------- /static/nginx/images/aws-ec2-elastic-ip-address-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-ec2-elastic-ip-address-list.png -------------------------------------------------------------------------------- /static/nginx/images/aws-nlb-load-balancer-configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-nlb-load-balancer-configure.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-image-create-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-image-create-image.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-lb-add-backend-pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-lb-add-backend-pool.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-lb-add-health-probe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-lb-add-health-probe.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-lb-welcome-to-nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-lb-welcome-to-nginx.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-vm-virtual-machines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-vm-virtual-machines.png -------------------------------------------------------------------------------- /static/nginx/images/azure-ha-load-balancer-topology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-ha-load-balancer-topology.png -------------------------------------------------------------------------------- /static/nginx/images/gce-instance-template-boot-disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/gce-instance-template-boot-disk.png -------------------------------------------------------------------------------- /static/nginx/images/gce-instance-template-management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/gce-instance-template-management.png -------------------------------------------------------------------------------- /static/nginx/images/gce-instance-template-networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/gce-instance-template-networking.png -------------------------------------------------------------------------------- /static/nginx/images/gcp-deploy-confirmation-feb2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/gcp-deploy-confirmation-feb2018.png -------------------------------------------------------------------------------- /static/nginx/images/nginx-plus-without-hardware-adc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/nginx-plus-without-hardware-adc.png -------------------------------------------------------------------------------- /static/nginx/images/ns1-answer-metadata-geographical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/ns1-answer-metadata-geographical.png -------------------------------------------------------------------------------- /static/nginx/images/ns1-shed-load-active-connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/ns1-shed-load-active-connections.png -------------------------------------------------------------------------------- /static/nginx/images/sso-auth0-app-advanced-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/sso-auth0-app-advanced-settings.png -------------------------------------------------------------------------------- /static/nim/templates/round-robin-base-template-diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nim/templates/round-robin-base-template-diff.png -------------------------------------------------------------------------------- /static/nim/templates/round-robin-base-template-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nim/templates/round-robin-base-template-files.png -------------------------------------------------------------------------------- /content/amplify/nginx-amplify-agent/install/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Install and Configure NGINX Amplify Agent 3 | weight: 10 4 | url: /nginx-amplify/install/ 5 | --- 6 | -------------------------------------------------------------------------------- /content/nginx-one-console/nginx-configs/metrics/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: 3 | title: Set up metrics 4 | weight: 500 5 | url: /nginx-one-console/metrics/ 6 | --- 7 | -------------------------------------------------------------------------------- /content/nim/admin-guide/authentication/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Authentication 3 | weight: 100 4 | url: /nginx-instance-manager/admin-guide/authentication/ 5 | 6 | --- 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/gateway.yml: -------------------------------------------------------------------------------- 1 | description: "The UUID of the gateway." 2 | name: gateway 3 | db_column_name: gateway 4 | type: string 5 | modules: 6 | - adm 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/events/entitycud.systems.yml: -------------------------------------------------------------------------------- 1 | name: entitycud.systems 2 | description: "System CUD events" 3 | modules: 4 | - platform 5 | dimensions: 6 | - message 7 | -------------------------------------------------------------------------------- /static/img/aws/aws-generic-instance-security-outbound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/aws/aws-generic-instance-security-outbound.png -------------------------------------------------------------------------------- /static/nginx-one-console/images/config-recommendation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx-one-console/images/config-recommendation.png -------------------------------------------------------------------------------- /static/nginx-one-console/images/unavailable-instances.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx-one-console/images/unavailable-instances.png -------------------------------------------------------------------------------- /static/nginx/images/aws-nlb-load-balancer-active-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-nlb-load-balancer-active-state.png -------------------------------------------------------------------------------- /static/nginx/images/aws-route53-configure-health-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-route53-configure-health-check.png -------------------------------------------------------------------------------- /static/nginx/images/aws-route53-create-record-set-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-route53-create-record-set-empty.png -------------------------------------------------------------------------------- /static/nginx/images/aws-route53-registered-domains-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-route53-registered-domains-tab.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-lb-deployment-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-lb-deployment-complete.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-lb-public-ip-addresses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-lb-public-ip-addresses.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-lb-validation-passed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-lb-validation-passed.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-vm-deployment-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-vm-deployment-complete.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-vm-validation-passed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-vm-validation-passed.png -------------------------------------------------------------------------------- /static/nginx/images/cognito-sso-config-app-clients-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/cognito-sso-config-app-clients-tab.png -------------------------------------------------------------------------------- /static/nginx/images/cognito-sso-config-domain-name-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/cognito-sso-config-domain-name-tab.png -------------------------------------------------------------------------------- /static/nginx/images/cognito-sso-create-app-clients-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/cognito-sso-create-app-clients-tab.png -------------------------------------------------------------------------------- /static/nginx/images/dashboard-r7-edit-server-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/dashboard-r7-edit-server-interface.png -------------------------------------------------------------------------------- /static/nginx/images/gce-marketplace-instance-deployed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/gce-marketplace-instance-deployed.png -------------------------------------------------------------------------------- /static/nginx/images/gcp-create-select-project-oct2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/gcp-create-select-project-oct2018.png -------------------------------------------------------------------------------- /static/nginx/images/nginx-plus-config-synchronization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/nginx-plus-config-synchronization.png -------------------------------------------------------------------------------- /static/nginx/images/nginx-plus-dashboard-r19-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/nginx-plus-dashboard-r19-overview.png -------------------------------------------------------------------------------- /static/nginx/images/nginx-plus-dashboard-r30-overview-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/nginx-plus-dashboard-r30-overview-2.png -------------------------------------------------------------------------------- /static/nginx/images/nginx-plus-dashboard-r34-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/nginx-plus-dashboard-r34-overview.png -------------------------------------------------------------------------------- /static/nginx/images/nginx-plus-dashboard-r35-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/nginx-plus-dashboard-r35-overview.png -------------------------------------------------------------------------------- /static/nginx/images/nginx-plus-dynamic-module-plug-ins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/nginx-plus-dynamic-module-plug-ins.png -------------------------------------------------------------------------------- /static/nginx/images/onelogin-sso-find-applications-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/onelogin-sso-find-applications-page.png -------------------------------------------------------------------------------- /static/nginx/images/oracle-ebs-typical-lb-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/oracle-ebs-typical-lb-architecture.png -------------------------------------------------------------------------------- /static/nim/templates/round-robin-augment-template-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nim/templates/round-robin-augment-template-files.png -------------------------------------------------------------------------------- /content/nginx-one-console/agent/configure-instances/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Configure instances" 3 | weight: 400 4 | url: /nginx-one-console/agent/configure-instances/ 5 | --- -------------------------------------------------------------------------------- /content/nginx-one-console/secure-your-fleet/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Secure your fleet 3 | description: 4 | weight: 450 5 | url: /nginx-one-console/secure-your-fleet 6 | --- 7 | -------------------------------------------------------------------------------- /content/nginxaas-azure/monitoring/enable-logging/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Enable NGINX logs 3 | weight: 300 4 | url: /nginxaas/azure/monitoring/enable-logging/ 5 | --- 6 | 7 | -------------------------------------------------------------------------------- /content/nim/deploy/vm-bare-metal/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Virtual Machine or Bare Metal 3 | weight: 400 4 | url: /nginx-instance-manager/deploy/vm-bare-metal/ 5 | --- 6 | 7 | -------------------------------------------------------------------------------- /content/nim/nginx-configs/config-templates/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: NGINX config templates 3 | weight: 20 4 | url: /nginx-instance-manager/nginx-configs/config-templates/ 5 | --- -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/app_name.yml: -------------------------------------------------------------------------------- 1 | description: "The name of the application." 2 | name: app_name 3 | db_column_name: app_name 4 | type: string 5 | modules: 6 | - adm -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/error.yml: -------------------------------------------------------------------------------- 1 | description: “A string representation of error“ 2 | name: error 3 | db_column_name: error 4 | type: string 5 | modules: 6 | - platform -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/site_name.yml: -------------------------------------------------------------------------------- 1 | description: "The name of the site." 2 | name: site_name 3 | db_column_name: site_name 4 | type: string 5 | modules: 6 | - adm 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/events/entitycud.license.yml: -------------------------------------------------------------------------------- 1 | name: entitycud.license 2 | description: "license CUD events" 3 | modules: 4 | - platform 5 | dimensions: 6 | - message 7 | -------------------------------------------------------------------------------- /static/nginx/images/aws-nlb-load-balancer-targets-display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-nlb-load-balancer-targets-display.png -------------------------------------------------------------------------------- /static/nginx/images/aws-route53-get-notified-health-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-route53-get-notified-health-check.png -------------------------------------------------------------------------------- /static/nginx/images/aws-route53-health-checks-tab-welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-route53-health-checks-tab-welcome.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-lb-select-backend-pools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-lb-select-backend-pools.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-trafficmgr-add-endpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-trafficmgr-add-endpoint.png -------------------------------------------------------------------------------- /static/nginx/images/nginx-plus-dashboard-r28-overview-ssl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/nginx-plus-dashboard-r28-overview-ssl.png -------------------------------------------------------------------------------- /static/nginx/images/ns1-edit-answer-metadata-connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/ns1-edit-answer-metadata-connections.png -------------------------------------------------------------------------------- /static/nginx/images/pingidentity-sso-add-oidc-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/pingidentity-sso-add-oidc-application.png -------------------------------------------------------------------------------- /static/nginxaas-azure/azure-metrics-nginxaas.certificates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginxaas-azure/azure-metrics-nginxaas.certificates.png -------------------------------------------------------------------------------- /content/includes/nic/configuration/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Configuration 3 | description: 4 | weight: 1400 5 | menu: 6 | docs: 7 | parent: NGINX Ingress Controller 8 | --- 9 | -------------------------------------------------------------------------------- /content/nginx-one-console/connect-instances/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: 3 | title: Connect more instances 4 | weight: 200 5 | url: /nginx-one-console/connect-instances/ 6 | --- 7 | -------------------------------------------------------------------------------- /content/nginx-one-console/nginx-configs/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: 3 | title: Manage your NGINX instances 4 | weight: 300 5 | url: /nginx-one-console/nginx-configs 6 | --- 7 | -------------------------------------------------------------------------------- /content/nim/deploy/infrastructure-as-code/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Infrastructure as Code 3 | weight: 300 4 | url: /nginx-instance-manager/deploy/infrastructure-as-code/ 5 | --- 6 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/component.yml: -------------------------------------------------------------------------------- 1 | description: "The UUID of the component." 2 | name: component 3 | db_column_name: component 4 | type: string 5 | modules: 6 | - adm 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/file_path.yml: -------------------------------------------------------------------------------- 1 | description: "Path to a desired file." 2 | name: file_path 3 | db_column_name: file_path 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/gateway_name.yml: -------------------------------------------------------------------------------- 1 | description: "The name of the gateway." 2 | name: gateway_name 3 | db_column_name: gateway_name 4 | type: string 5 | modules: 6 | - adm -------------------------------------------------------------------------------- /data/nms/catalogs/events/entitycud.templates.yml: -------------------------------------------------------------------------------- 1 | name: entitycud.templates 2 | description: "Template CUD events" 3 | modules: 4 | - platform 5 | dimensions: 6 | - message 7 | -------------------------------------------------------------------------------- /static/img/sso/okta/Okta-Create-New-Application-Integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/sso/okta/Okta-Create-New-Application-Integration.png -------------------------------------------------------------------------------- /static/img/sso/okta/Okta-Create-OpenID-Connect-Integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/img/sso/okta/Okta-Create-OpenID-Connect-Integration.png -------------------------------------------------------------------------------- /static/nginx/images/aws-nlb-load-balancer-register-targets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-nlb-load-balancer-register-targets.png -------------------------------------------------------------------------------- /static/nginx/images/aws-route53-create-record-set-completed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-route53-create-record-set-completed.png -------------------------------------------------------------------------------- /static/nginx/images/aws-route53-health-checks-tab-completed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-route53-health-checks-tab-completed.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-lb-add-load-balancing-rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-lb-add-load-balancing-rule.png -------------------------------------------------------------------------------- /static/nginx/images/cognito-sso-config-app-clients-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/cognito-sso-config-app-clients-details.png -------------------------------------------------------------------------------- /static/nginx/images/cognito-sso-config-general-settings-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/cognito-sso-config-general-settings-tab.png -------------------------------------------------------------------------------- /static/nginx/images/gce-all-active-load-balancing-topology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/gce-all-active-load-balancing-topology.png -------------------------------------------------------------------------------- /static/nginx/images/okta-create-new-application-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/okta-create-new-application-integration.png -------------------------------------------------------------------------------- /static/nginx/images/okta-create-openid-connect-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/okta-create-openid-connect-integration.png -------------------------------------------------------------------------------- /static/nginx/images/pingidentity-sso-my-applications-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/pingidentity-sso-my-applications-details.png -------------------------------------------------------------------------------- /static/nginx/images/pingidentity-sso-my-applications-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/pingidentity-sso-my-applications-empty.png -------------------------------------------------------------------------------- /static/nginx/images/pingidentity-sso-my-applications-new-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/pingidentity-sso-my-applications-new-app.png -------------------------------------------------------------------------------- /templates/reference/example-reference.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /content/nginx-one-console/waf-integration/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Secure with F5 WAF for NGINX 3 | description: 4 | weight: 400 5 | url: /nginx-one-console/waf-integration 6 | --- 7 | -------------------------------------------------------------------------------- /content/nic/logging-and-monitoring/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Logging and monitoring 3 | description: 4 | weight: 600 5 | url: /nginx-ingress-controller/logging-and-monitoring 6 | --- 7 | -------------------------------------------------------------------------------- /content/nim/admin-guide/authentication/basic-auth/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Basic auth 3 | weight: 5000 4 | url: /nginx-instance-manager/admin-guide/authentication/basic-auth/ 5 | --- 6 | -------------------------------------------------------------------------------- /content/nim/support/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Support" 3 | description: "How to get Support for F5 NGINX Management Suite" 4 | weight: 999 5 | url: /nginx-instance-manager/support/ 6 | --- -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/environment.yml: -------------------------------------------------------------------------------- 1 | description: "The UUID of the environment." 2 | name: environment 3 | db_column_name: environment 4 | type: string 5 | modules: 6 | - adm 7 | -------------------------------------------------------------------------------- /static/nginx/images/adfs-sso-configure-application-credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/adfs-sso-configure-application-credentials.png -------------------------------------------------------------------------------- /static/nginx/images/azure-create-trafficmgr-create-tm-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/azure-create-trafficmgr-create-tm-profile.png -------------------------------------------------------------------------------- /static/nginx/images/cognito-sso-config-app-client-settings-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/cognito-sso-config-app-client-settings-tab.png -------------------------------------------------------------------------------- /content/nginx-one-console/k8s/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Connect Kubernetes deployments 3 | description: 4 | weight: 700 5 | url: /nginx-one-console/k8s 6 | nd-product: NONECO 7 | --- 8 | 9 | -------------------------------------------------------------------------------- /content/nginxaas-azure/getting-started/create-deployment/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Create a deployment 3 | weight: 200 4 | url: /nginxaas/azure/getting-started/create-deployment/ 5 | --- 6 | -------------------------------------------------------------------------------- /content/nginxaas-azure/quickstart/security-controls/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Security controls 3 | weight: 500 4 | url: /nginxaas/azure/quicksart/security-controls/ 5 | toc: true 6 | --- 7 | -------------------------------------------------------------------------------- /content/nginxaas-google/getting-started/create-deployment/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Create a deployment 3 | weight: 200 4 | url: /nginxaas/google/getting-started/create-deployment/ 5 | --- 6 | -------------------------------------------------------------------------------- /content/nginxaas-google/quickstart/security-controls/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Security controls 3 | weight: 500 4 | url: /nginxaas/google/quicksart/security-controls/ 5 | toc: true 6 | --- 7 | -------------------------------------------------------------------------------- /content/nim/disconnected/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Deploy in a disconnected environment 3 | weight: 30 4 | url: /nginx-instance-manager/disconnected/ 5 | cascade: 6 | type: "nim-r33" 7 | --- -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/cache_zone.yml: -------------------------------------------------------------------------------- 1 | description: "The name of the cache zone." 2 | name: cache_zone 3 | db_column_name: cache_zone 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/component_name.yml: -------------------------------------------------------------------------------- 1 | description: "The name of the component." 2 | name: component_name 3 | db_column_name: component_name 4 | type: string 5 | modules: 6 | - adm -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/instance.yml: -------------------------------------------------------------------------------- 1 | description: "The name of the NGINX Plus instance." 2 | name: instance 3 | db_column_name: instance 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/message.yml: -------------------------------------------------------------------------------- 1 | description: "The transferred message with the event" 2 | name: message 3 | db_column_name: message 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/mount_point.yml: -------------------------------------------------------------------------------- 1 | description: "A filesystem mount point." 2 | name: mount_point 3 | db_column_name: mount_point 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/process_id.yml: -------------------------------------------------------------------------------- 1 | description: "The ID of the worker process." 2 | name: process_id 3 | db_column_name: process_id 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/system.tags.yml: -------------------------------------------------------------------------------- 1 | description: "System tags." 2 | name: system.tags 3 | db_column_name: system__tags 4 | type: string 5 | modules: 6 | - platform 7 | - adm 8 | -------------------------------------------------------------------------------- /data/nms/catalogs/events/entitycud.instancesets.yml: -------------------------------------------------------------------------------- 1 | name: entitycud.instance sets 2 | description: "Instance Sets CUD events" 3 | modules: 4 | - platform 5 | dimensions: 6 | - message 7 | -------------------------------------------------------------------------------- /content/nic/configuration/ingress-resources/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ingress resources 3 | description: 4 | weight: 200 5 | menu: 6 | docs: 7 | parent: NGINX Ingress Controller 8 | --- 9 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/environment_name.yml: -------------------------------------------------------------------------------- 1 | description: "The name of the environment." 2 | name: environment_name 3 | db_column_name: environment_name 4 | type: string 5 | modules: 6 | - adm -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/zone.yml: -------------------------------------------------------------------------------- 1 | description: "The name of the shared memory zone with slab allocator" 2 | name: zone 3 | db_column_name: zone 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/events/entitycud.instancegroups.yml: -------------------------------------------------------------------------------- 1 | name: entitycud.instance groups 2 | description: "Instance Group CUD events" 3 | modules: 4 | - platform 5 | dimensions: 6 | - message 7 | -------------------------------------------------------------------------------- /static/nginx/images/aws-route53-hosted-zones-tab-click-domain-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-route53-hosted-zones-tab-click-domain-name.png -------------------------------------------------------------------------------- /static/workshops/nginx-one/lab2/nginx-oss/usr/share/nginx/html/gtr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/workshops/nginx-one/lab2/nginx-oss/usr/share/nginx/html/gtr.jpg -------------------------------------------------------------------------------- /static/workshops/nginx-one/lab2/nginx-oss/usr/share/nginx/html/nsx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/workshops/nginx-one/lab2/nginx-oss/usr/share/nginx/html/nsx.jpg -------------------------------------------------------------------------------- /static/workshops/nginx-one/lab2/nginx-oss/usr/share/nginx/html/rcf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/workshops/nginx-one/lab2/nginx-oss/usr/share/nginx/html/rcf.jpg -------------------------------------------------------------------------------- /static/workshops/nginx-one/lab2/nginx-plus/usr/share/nginx/html/gtr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/workshops/nginx-one/lab2/nginx-plus/usr/share/nginx/html/gtr.jpg -------------------------------------------------------------------------------- /static/workshops/nginx-one/lab2/nginx-plus/usr/share/nginx/html/nsx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/workshops/nginx-one/lab2/nginx-plus/usr/share/nginx/html/nsx.jpg -------------------------------------------------------------------------------- /static/workshops/nginx-one/lab2/nginx-plus/usr/share/nginx/html/rcf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/workshops/nginx-one/lab2/nginx-plus/usr/share/nginx/html/rcf.jpg -------------------------------------------------------------------------------- /content/includes/nic/configuration/ingress-resources/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ingress resources 3 | description: 4 | weight: 200 5 | menu: 6 | docs: 7 | parent: NGINX Ingress Controller 8 | --- 9 | -------------------------------------------------------------------------------- /content/nginx-one-console/nginx-configs/certificates/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: 3 | title: Monitor your certificates 4 | weight: 500 5 | url: /nginx-one-console/nginx-configs/certificates 6 | --- 7 | -------------------------------------------------------------------------------- /content/nginxaas-azure/getting-started/nginx-configuration/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Upload an NGINX configuration 3 | weight: 500 4 | url: /nginxaas/azure/getting-started/nginx-configuration/ 5 | --- 6 | -------------------------------------------------------------------------------- /content/nginxaas-azure/getting-started/ssl-tls-certificates/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Add SSL-TLS certificates 3 | weight: 400 4 | url: /nginxaas/azure/getting-started/ssl-tls-certificates/ 5 | --- 6 | -------------------------------------------------------------------------------- /content/nginxaas-google/getting-started/ssl-tls-certificates/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Add SSL-TLS certificates 3 | weight: 400 4 | url: /nginxaas/google/getting-started/ssl-tls-certificates/ 5 | --- 6 | -------------------------------------------------------------------------------- /content/nic/configuration/global-configuration/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Global configuration 3 | description: 4 | weight: 100 5 | menu: 6 | docs: 7 | parent: NGINX Ingress Controller 8 | --- 9 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/http.uri.yml: -------------------------------------------------------------------------------- 1 | description: "The URI (path) section of the URL in a request." 2 | name: http.uri 3 | db_column_name: http__uri 4 | type: string 5 | modules: 6 | - adm 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/peer.address.yml: -------------------------------------------------------------------------------- 1 | description: "The address of the peer server" 2 | name: peer.address 3 | db_column_name: peer__address 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /static/nginx/images/aws-route53-configure-health-check-status-others.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nginx/documentation/HEAD/static/nginx/images/aws-route53-configure-health-check-status-others.png -------------------------------------------------------------------------------- /content/nap-dos/releases/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Stay up-to-date with the latest F5 DoS for NGINX release. 3 | title: Releases 4 | weight: 220 5 | url: /nginx-app-protect-dos/releases/ 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nginx-one-console/connect-instances/settings/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: 3 | title: Settings 4 | weight: 500 5 | url: /nginx-one-console/connect-instances/settings 6 | draft: true 7 | --- 8 | -------------------------------------------------------------------------------- /content/nginx-one-console/nginx-configs/one-instance/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: 3 | title: Manage a single NGINX instance 4 | weight: 300 5 | url: /nginx-one-console/nginx-configs/one-instance 6 | --- 7 | -------------------------------------------------------------------------------- /content/nginx-one-console/nginx-configs/staged-configs/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: 3 | title: Draft new configurations 4 | weight: 400 5 | url: /nginx-one-console/nginx-configs/staged-configs 6 | --- 7 | -------------------------------------------------------------------------------- /content/nginxaas-google/getting-started/nginx-configuration/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Upload an NGINX configuration 3 | weight: 500 4 | url: /nginxaas/google/getting-started/nginx-configuration/ 5 | --- 6 | -------------------------------------------------------------------------------- /content/nim/nginx-configs/config-templates/how-to/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: "" 3 | title: How To 4 | weight: 20 5 | url: /nginx-instance-manager/nginx-configs/config-templates/how-to/ 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nim/waf-integration/policies-and-logs/bundles/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Security bundles 3 | nd-docs: 4 | weight: 200 5 | url: /nginx-instance-manager/waf-integration/policies-and-logs/bundles/ 6 | --- -------------------------------------------------------------------------------- /content/nim/waf-integration/policies-and-logs/publish/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Publish updates 3 | nd-docs: 4 | weight: 400 5 | url: /nginx-instance-manager/waf-integration/policies-and-logs/publish/ 6 | --- -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/http.version_schema.yml: -------------------------------------------------------------------------------- 1 | description: "The version of HTTP." 2 | name: http.version_schema 3 | db_column_name: http__version_schema 4 | type: string 5 | modules: 6 | - adm 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/location_zone.yml: -------------------------------------------------------------------------------- 1 | description: "The name of an HTTP location zone." 2 | name: location_zone 3 | db_column_name: location_zone 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/module.yml: -------------------------------------------------------------------------------- 1 | description: “A string representation of module which the events is generated“ 2 | name: module 3 | db_column_name: module 4 | type: string 5 | modules: 6 | - platform -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/server_zone.yml: -------------------------------------------------------------------------------- 1 | description: "The name of an HTTP or Stream server zone." 2 | name: server_zone 3 | db_column_name: server_zone 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/upstream.yml: -------------------------------------------------------------------------------- 1 | description: "The name of an HTTP or Stream upstream server group." 2 | name: upstream 3 | db_column_name: upstream 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /_banners/waf-early-availability.md: -------------------------------------------------------------------------------- 1 | {{< banner "warning" "Early availability feature" >}} 2 | 3 | This functionality is available as an early availability feature in the latest release. 4 | 5 | {{< /banner >}} -------------------------------------------------------------------------------- /content/includes/nic/configuration/global-configuration/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Global configuration 3 | description: 4 | weight: 100 5 | menu: 6 | docs: 7 | parent: NGINX Ingress Controller 8 | --- 9 | -------------------------------------------------------------------------------- /content/nap-dos/deployment-guide/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Learn how to deploy F5 DoS for NGINX. 3 | title: Deployment Guide 4 | weight: 100 5 | url: /nginx-app-protect-dos/deployment-guide/ 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nginx-one-console/agent/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: NGINX Agent 3 | description: Learn about NGINX Agent, its features, and how to install it. 4 | weight: 750 5 | url: /nginx-one-console/agent/ 6 | --- 7 | -------------------------------------------------------------------------------- /content/nginx-one-console/nginx-configs/config-templates/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: 3 | title: Manage config templates 4 | weight: 400 5 | url: /nginx-one-console/nginx-configs/config-templates 6 | --- 7 | -------------------------------------------------------------------------------- /content/nim/nginx-configs/config-templates/concepts/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: "" 3 | title: Overview 4 | weight: 10 5 | url: /nginx-instance-manager/nginx-configs/config-templates/concepts 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nim/nginx-configs/config-templates/tutorials/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: "" 3 | title: Tutorials 4 | weight: 30 5 | url: /nginx-instance-manager/nginx-configs/config-templates/tutorials 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/limit_req_zone.yml: -------------------------------------------------------------------------------- 1 | description: "The name of the Limit Requests zone." 2 | name: limit_req_zone 3 | db_column_name: limit_req_zone 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/network_interface.yml: -------------------------------------------------------------------------------- 1 | description: "A server network interface." 2 | name: network_interface 3 | db_column_name: network_interface 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- 1 | github.com/nginxinc/nginx-hugo-theme/v2 v2.0.0 h1:Kgh/zeBP7vgPyXowPL2v9MTlRs0CDe31G+bvp7WbH34= 2 | github.com/nginxinc/nginx-hugo-theme/v2 v2.0.0/go.mod h1:TAmEMc0T/RKTQ0pI4LROWoUmyLXstrRmM2jE2ErdxWY= 3 | -------------------------------------------------------------------------------- /content/nginx/deployment-guides/google-cloud-platform/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Deployment guides for F5 NGINX Plus on the Google Cloud Platform. 3 | title: Google Cloud Platform 4 | weight: 100 5 | --- 6 | 7 | -------------------------------------------------------------------------------- /content/nic/install/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Installation 3 | description: 4 | weight: 400 5 | url: /nginx-ingress-controller/install 6 | menu: 7 | docs: 8 | parent: NGINX Ingress Controller 9 | --- 10 | -------------------------------------------------------------------------------- /content/nic/overview/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Overview 3 | description: 4 | weight: 100 5 | url: /nginx-ingress-controller/overview 6 | menu: 7 | docs: 8 | parent: NGINX Ingress Controller 9 | --- 10 | -------------------------------------------------------------------------------- /content/nim/nginx-configs/config-templates/reference/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: "" 3 | title: Reference 4 | weight: 40 5 | url: /nginx-instance-manager/nginx-configs/config-templates/reference/ 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nim/waf-integration/policies-and-logs/policies/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Security policies 3 | nd-docs: 4 | weight: 100 5 | url: /nginx-instance-manager/waf-integration/policies-and-logs/policies/ 6 | --- 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/display_name.yml: -------------------------------------------------------------------------------- 1 | description: "The display name of the NGINX instance" 2 | name: display_name 3 | db_column_name: display_name 4 | type: string 5 | modules: 6 | - platform 7 | - adm 8 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/hostname.yml: -------------------------------------------------------------------------------- 1 | description: "The hostname of the NGINX Plus instance." 2 | name: hostname 3 | db_column_name: parent_hostname 4 | type: string 5 | modules: 6 | - platform 7 | - adm 8 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/limit_conn_zone.yml: -------------------------------------------------------------------------------- 1 | description: "The name of the Limit Connection zone." 2 | name: limit_conn_zone 3 | db_column_name: limit_conn_zone 4 | type: string 5 | modules: 6 | - platform 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/events/clickhouse.status.yml: -------------------------------------------------------------------------------- 1 | name: clickhouse.status 2 | description: "Status events related to ClickHouse analytics database server" 3 | modules: 4 | - platform 5 | dimensions: 6 | - message 7 | -------------------------------------------------------------------------------- /layouts/shortcodes/eol-call-out.html: -------------------------------------------------------------------------------- 1 |Production Deployment:3 |
{{ .Inner | markdownify }}
2 |-------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | --- 2 | version: 2 3 | updates: 4 | - package-ecosystem: github-actions 5 | directory: / 6 | schedule: 7 | interval: weekly 8 | day: monday 9 | time: "00:00" 10 | -------------------------------------------------------------------------------- /_banners/waf-unification-notice.md: -------------------------------------------------------------------------------- 1 | {{< banner "note" "Documentation changes" >}} 2 | 3 | Welcome to the F5 WAF for NGINX documentation! This product was formerly known as NGINX App Protect WAF. 4 | 5 | {{< /banner >}} 6 | -------------------------------------------------------------------------------- /content/nginx/admin-guide/monitoring/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Documentation explaining how to monitor, generate logs for, and debug 3 | NGINX and F5 NGINX Plus. 4 | title: Monitoring 5 | weight: 700 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nim/waf-integration/configuration/onboard-instances/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Onboard instances 3 | nd-docs: 4 | weight: 400 5 | url: /nginx-instance-manager/waf-integration/configuration/onboard-instances/ 6 | --- -------------------------------------------------------------------------------- /content/nim/waf-integration/policies-and-logs/log-profiles/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Security log profiles 3 | nd-docs: 4 | weight: 300 5 | url: /nginx-instance-manager/waf-integration/policies-and-logs/log-profiles/ 6 | --- -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/publication_uuid.yml: -------------------------------------------------------------------------------- 1 | description: “A unique identifier for each published NGINX Config“ 2 | name: publication_uuid 3 | db_column_name: publication_uuid 4 | type: string 5 | modules: 6 | - adm -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/deployment_uuid.yml: -------------------------------------------------------------------------------- 1 | description: “A unique identifier for each deployment of NGINX Config“ 2 | name: deployment_uuid 3 | db_column_name: deployment_uuid 4 | type: string 5 | modules: 6 | - platform -------------------------------------------------------------------------------- /content/nap-dos/troubleshooting/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Learn how to troubleshoot your F5 DoS for NGINX deployment. 3 | title: Troubleshooting 4 | weight: 200 5 | url: /nginx-app-protect-dos/troubleshooting/ 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nginx-one-console/nginx-configs/config-sync-groups/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: 3 | title: Change multiple instances with one push 4 | weight: 400 5 | url: /nginx-one-console/nginx-configs/config-sync-groups 6 | --- 7 | -------------------------------------------------------------------------------- /content/nginx/admin-guide/content-cache/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Documentation explaining how to use NGINX and F5 NGINX Plus to cache 3 | static and dynamic content. 4 | title: Content Cache 5 | weight: 400 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nginx/admin-guide/dynamic-modules/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Documentation explaining how to load and enable dynamic modules in NGINX 3 | and F5 NGINX Plus. 4 | title: Dynamic Modules 5 | weight: 900 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/family.yml: -------------------------------------------------------------------------------- 1 | description: "Showcases the family category of a given request, such as web or tcp-udp" 2 | name: family 3 | db_column_name: family 4 | type: string 5 | modules: 6 | - adm 7 | - acm 8 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/proxied_protocol.yml: -------------------------------------------------------------------------------- 1 | description: "The protocol the request used for proxying" 2 | name: proxied_protocol 3 | db_column_name: proxied_protocol 4 | type: string 5 | modules: 6 | - adm 7 | - acm 8 | -------------------------------------------------------------------------------- /data/nms/catalogs/events/publication.status.yml: -------------------------------------------------------------------------------- 1 | name: publication.status 2 | description: "Status events related to publication" 3 | modules: 4 | - adm 5 | dimensions: 6 | - message 7 | - instance_group 8 | - publication_uuid -------------------------------------------------------------------------------- /content/nginx/admin-guide/mail-proxy/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Documentation explaining how to configure NGINX and F5 NGINX Plus as 3 | a proxy for various email protocols. 4 | title: Mail Proxy 5 | weight: 1000 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nic/troubleshooting/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Troubleshooting 3 | description: 4 | weight: 700 5 | url: /nginx-ingress-controller/troubleshooting 6 | menu: 7 | docs: 8 | parent: NGINX Ingress Controller 9 | --- 10 | -------------------------------------------------------------------------------- /content/nim/waf-integration/configuration/install-waf-compiler/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Install the WAF compiler 3 | nd-docs: 4 | weight: 100 5 | url: /nginx-instance-manager/waf-integration/configuration/install-waf-compiler/ 6 | --- -------------------------------------------------------------------------------- /content/waf/policies/parameter-reference.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Policy parameter reference 3 | toc: true 4 | weight: 300 5 | nd-content-type: reference 6 | nd-product: F5WAFN 7 | --- 8 | 9 | {{< include "waf/policy.html" >}} 10 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/http.hostname.yml: -------------------------------------------------------------------------------- 1 | description: "Hostname as provided in the 'Host' header field from client's request." 2 | name: http.hostname 3 | db_column_name: http__hostname 4 | type: string 5 | modules: 6 | - adm 7 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Set the default behavior for correcting line endings, 2 | # in case people don't have core.autocrlf set. 3 | * text=auto 4 | .github/workflows/update_from_nginx_documentation.yml merge=ours 5 | .gitattributes merge=ours 6 | -------------------------------------------------------------------------------- /content/nginx/deployment-guides/amazon-web-services/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Deployment guides for F5 NGINX Plus in the Amazon Web Services (AWS) 3 | cloud environment. 4 | title: Amazon Web Services 5 | weight: 100 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/nginx_id.yml: -------------------------------------------------------------------------------- 1 | description: "The unique identifier of the an nginx instance running on the dataplane." 2 | name: nginx_id 3 | db_column_name: nginx_id 4 | type: string 5 | modules: 6 | - platform 7 | - adm 8 | -------------------------------------------------------------------------------- /content/nap-dos/monitoring/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Documentation explaining how to monitor, generate logs for, and debug F5 DoS for NGINX. 3 | title: Monitoring 4 | weight: 130 5 | url: /nginx-app-protect-dos/monitoring/ 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nginx/deployment-guides/microsoft-azure/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Deployment guides for making F5 NGINX Plus highly available in the Microsoft 3 | Azure cloud environment. 4 | title: Microsoft Azure 5 | weight: 100 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nginx/admin-guide/installing-nginx/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Documentation explaining how to install NGINX and F5 NGINX Plus on premises 3 | and in public clouds. 4 | title: Installing NGINX and NGINX Plus 5 | weight: 100 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nginx/admin-guide/web-server/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Documentation explaining how to configure NGINX and F5 NGINX Plus as 3 | a web server, reverse proxy, or application gateway. 4 | title: Web Server 5 | weight: 500 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/http.request_method.yml: -------------------------------------------------------------------------------- 1 | description: "The HTTP method of the request. For example, 'GET', 'POST', 'PUT'." 2 | name: http.request_method 3 | db_column_name: http__request_method 4 | type: string 5 | modules: 6 | - adm 7 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/system_id.yml: -------------------------------------------------------------------------------- 1 | description: "The unique identifier of the the operating system where nginx-agent is running." 2 | name: system_id 3 | db_column_name: system_id 4 | type: string 5 | modules: 6 | - platform 7 | - adm 8 | -------------------------------------------------------------------------------- /static/examples/upstream-ca/disk.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | upstreamAuthority: disk 3 | config: 4 | cert_file_path: 5 | key_file_path: 6 | # Optional fields 7 | bundle_file_path: -------------------------------------------------------------------------------- /content/nginx/admin-guide/high-availability/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Documentation explaining how to configure F5 NGINX Plus instances for 3 | high availability in on-premises deployments. 4 | title: High Availability 5 | weight: 800 6 | --- 7 | 8 | -------------------------------------------------------------------------------- /content/nic/integrations/app-protect-dos/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: F5 DoS for NGINX 3 | description: Learn how to use NGINX Ingress Controller for Kubernetes with F5 DoS for NGINX. 4 | weight: 300 5 | menu: 6 | docs: 7 | parent: Integrations 8 | --- 9 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/http.response_code.yml: -------------------------------------------------------------------------------- 1 | description: "The 3-digit HTTP response status code. For example, '200', '404', '302'." 2 | name: http.response_code 3 | db_column_name: http__response_code 4 | type: string 5 | modules: 6 | - adm 7 | -------------------------------------------------------------------------------- /_banners/eos-nms.md: -------------------------------------------------------------------------------- 1 | {{< banner "warning" "End of Sale Notice:" >}} 2 |{{ .Get 1 }}3 |
{{ .Inner | markdownify }}
This documentation applies to the following versions of {{ .FirstSection.Title}}: {{ delimit .Params.versions ", " ", and " }}.
5 |2 |-------------------------------------------------------------------------------- /_banners/waf-parameter-reference.md: -------------------------------------------------------------------------------- 1 | {{< banner "note" "Policy parameter reference" >}} 2 | 3 | You can explore the parameters for each F5 WAF for NGINX feature on the [Policy parameter reference]({{< ref "/waf/policies/parameter-reference.md" >}}) page. 4 | 5 | This page was previously referred to as the "Declarative Policy". 6 | 7 | {{< /banner >}} 8 | -------------------------------------------------------------------------------- /data/nms/catalogs/dimensions/acm_api_proxy_version.yml: -------------------------------------------------------------------------------- 1 | description: "Proxy lifecycle is managed through versioning and the proxy version identifies a versioned proxy that is configured with hostname, listeners and routing instructions" 2 | name: acm_api_proxy_version 3 | db_column_name: acm_api_proxy_version 4 | type: string 5 | modules: 6 | - acm 7 | -------------------------------------------------------------------------------- /static/examples/nginx-ingress-controller/udp/udp-nodeport.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: Service 3 | metadata: 4 | name: udp-nodeport 5 | namespace: nginx-ingress 6 | spec: 7 | type: NodePort 8 | ports: 9 | - port: 8900 10 | targetPort: 8900 11 | protocol: UDP 12 | name: udp 13 | selector: 14 | app: nginx-ingress 15 | -------------------------------------------------------------------------------- /static/sitemap_index.xml: -------------------------------------------------------------------------------- 1 | 2 |Important:3 |You can run the Developer Portal on one or more dedicated hosts. Do not install the Developer Portal on a host that is already running the management or data plane.
4 | This topic describes an early access feature. These features are provided for you to try before they are generally available. You shouldn't use early access features for production purposes. 5 |
6 |4 | This topic documents an early access feature. These features are provided for you to try before they are generally available. You shouldn't use early access features for production purposes. 5 |
6 |2 |-------------------------------------------------------------------------------- /static/examples/circuit-breaker.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: specs.smi.nginx.com/v1alpha1 2 | kind: CircuitBreaker 3 | metadata: 4 | name: circuit-breaker-example 5 | namespace: default 6 | spec: 7 | destination: 8 | kind: Service 9 | name: target-svc 10 | namespace: default 11 | errors: 3 12 | timeoutSeconds: 30 13 | fallback: 14 | service: default/target-backup 15 | port: 80 16 | -------------------------------------------------------------------------------- /content/includes/nim/installation/install-script-flags/distribution.md: -------------------------------------------------------------------------------- 1 | --- 2 | nd-files: 3 | - content/nim/deploy/vm-bare-metal/install.md 4 | - content/nim/disconnected/offline-install-guide.md 5 | --- 6 | 7 | `-dImportant3 |The Instance Manager's administrator username (default is
admin) and generated password are displayed in the terminal during the installation. You should make a note of the password and store it securely.