Skip to content

Commit

Permalink
remove geniza from loadbalancer
Browse files Browse the repository at this point in the history
related to #5561
  • Loading branch information
kayiwa committed Dec 20, 2024
1 parent 5c0e940 commit fe48474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/nginxplus/files/conf/http/cdh_test_geniza.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ server {
ssl_prefer_server_ciphers on;

location / {
# # app_protect_enable on;
# app_protect_security_log_enable on;
app_protect_enable on;
app_protect_security_log_enable on;
proxy_pass http://test_geniza;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Host $host;
Expand Down

0 comments on commit fe48474

Please sign in to comment.