Skip to content

Commit

Permalink
Fix typo in nginx conf
Browse files Browse the repository at this point in the history
For #522
  • Loading branch information
Phil Gyford committed Dec 3, 2022
1 parent 2e74110 commit f747a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ server {
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name www.gyford.com
server_name www.gyford.com;

if ($http_host !~* ^(www.gyford.com)$ ) {
# Return 444 and close connection if no Host header present
Expand Down

0 comments on commit f747a74

Please sign in to comment.