Skip to content

Commit

Permalink
Merge pull request #334 from zooniverse/csa-redirect-www
Browse files Browse the repository at this point in the history
Include www in CSA redirect
  • Loading branch information
zwolf authored Oct 26, 2023
2 parents afe333b + 1fbbb84 commit 0b122a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ server {

server {
include /etc/nginx/ssl.default.conf;
server_name citizensciencealliance.org;
server_name citizensciencealliance.org www.citizensciencealliance.org;
return 301 https://www.zooniverse.org;
}

Expand Down

0 comments on commit 0b122a8

Please sign in to comment.