Skip to content

Commit

Permalink
[gitlab] Turn off WAF for now in staging
Browse files Browse the repository at this point in the history
With app_protect enabled, this page never loads because the WAF blocks one of the graphql responses: https://gitlab-staging.lib.princeton.edu/js7389/jane-test
  • Loading branch information
sandbergja authored Oct 10, 2024
1 parent 316698a commit d378ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/nginxplus/files/conf/http/dev/gitlab_staging.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ server {
listen 443 ssl;
http2 on;
server_name gitlab-staging.lib.princeton.edu;
app_protect_enable off;

ssl_certificate /etc/letsencrypt/live/gitlab-staging.lib/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/gitlab-staging.lib/privkey.pem;
Expand Down

0 comments on commit d378ff9

Please sign in to comment.