We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f0e24 commit 971c22fCopy full SHA for 971c22f
nginx.conf
@@ -82,6 +82,10 @@ server {
82
# alias /opt/invenio/var/instance/static;
83
# autoindex off;
84
#}
85
+ #Redirect old urls from redirect-map
86
+ if ( $redirect_uri ) {
87
+ return 301 $redirect_uri;
88
+ }
89
90
listen 443 ssl; # managed by Certbot
91
ssl_certificate /etc/letsencrypt/live/data.caltech.edu/fullchain.pem; # managed by Certbot
0 commit comments