Skip to content

Commit e4524c7

Browse files
committed
Add www subdomain to convert2doc.com nginx config
1 parent 6a96feb commit e4524c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/convert2doc.com.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
server {
66
listen [::]:80;
77
listen 80;
8-
server_name convert2doc.com;
8+
server_name convert2doc.com www.convert2doc.com;
99
return 301 https://convert2doc.com$request_uri;
1010
}
1111

0 commit comments

Comments
 (0)