Skip to content

Commit dc6aeab

Browse files
committed
Fixing alias example
1 parent 2c9eb80 commit dc6aeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssl-conf-sample.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#======================================================================================================================
2323

2424
DOMAINS["example.com"]="http://example"
25-
ALIASES["example.com"]="www.example.com" "ex.com" "www.ex.com"
25+
ALIASES["example.com"]="www.example.com ex.com www.ex.com"
2626
NGXCONF["example.com"]="custom"
2727

2828
DOMAINS["test.com"]="http://test"

0 commit comments

Comments
 (0)