Skip to content

Commit

Permalink
add include for template to the static prod conf file
Browse files Browse the repository at this point in the history
Co-authored-by: Beck Davis <[email protected]>
Co-authored-by: Denzil Phillips <[email protected]>
Co-authored-by: Francis Kayiwa <[email protected]>
Co-authored-by: Vickie Karasic <[email protected]>
  • Loading branch information
5 people committed Sep 20, 2024
1 parent 399a182 commit 7af75bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/nginxplus/files/conf/http/static_prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ server {
proxy_set_header Host $http_host;
proxy_intercept_errors on;
}
include /etc/nginx/conf.d/templates/libweb2-redirects.conf;
include /etc/nginx/conf.d/templates/errors.conf;
}

Expand Down

0 comments on commit 7af75bd

Please sign in to comment.