Skip to content

Commit

Permalink
Merge pull request #445 from rischanlab/remove_dot_nginx
Browse files Browse the repository at this point in the history
Removed dot according to @gubuntu comment
  • Loading branch information
rischanlab authored Jun 23, 2016
2 parents dc960e2 + 56e2288 commit 6adf28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/catalogue.nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ server {
# the port your site will be served on
listen 80;
# the domain name it will serve for
server_name .catalogue.sansa.org.za;
server_name catalogue.sansa.org.za;
charset utf-8;

# max upload size, adjust to taste
Expand Down

0 comments on commit 6adf28c

Please sign in to comment.