Skip to content

Commit

Permalink
fix nginx warnings
Browse files Browse the repository at this point in the history
related to #4090
  • Loading branch information
kayiwa committed Sep 20, 2023
1 parent 0aaea5f commit 7e22993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/nginxplus/files/conf/http/catalog-prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ server {
}

server {
listen 443 ssl http2;
listen 443 ssl;
http2 on;
server_name pulsearch.princeton.edu;
rewrite ^/(.*)$ https://catalog.princeton.edu/$1 permanent;

Expand Down

0 comments on commit 7e22993

Please sign in to comment.