Skip to content

Commit

Permalink
Remove preview policy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
haywoodsh committed Mar 30, 2022
1 parent dff15be commit 5df09b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/configs/version1/nginx-plus.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ load_module modules/ngx_http_app_protect_dos_module.so;
{{$value}}{{end}}
{{- end}}

{{if .PreviewPolicies}}
load_module modules/ngx_http_js_module.so;
{{- end}}

events {
worker_connections {{.WorkerConnections}};
Expand Down Expand Up @@ -137,9 +135,7 @@ http {
{{if .ResolverTimeout}}resolver_timeout {{.ResolverTimeout}};{{end}}
{{end}}

{{if .PreviewPolicies}}
include oidc/oidc_common.conf;
{{- end}}

server {
# required to support the Websocket protocol in VirtualServer/VirtualServerRoutes
Expand Down

0 comments on commit 5df09b7

Please sign in to comment.