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 6a96feb commit e4524c7Copy full SHA for e4524c7
etc/convert2doc.com.conf
@@ -5,7 +5,7 @@
5
server {
6
listen [::]:80;
7
listen 80;
8
- server_name convert2doc.com;
+ server_name convert2doc.com www.convert2doc.com;
9
return 301 https://convert2doc.com$request_uri;
10
}
11
0 commit comments