Skip to content

Commit fa44358

Browse files
committed
adjust nginx config for new authentication v4 version
1 parent 3c174fb commit fa44358

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nginx.conf.sigil

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ map $doc_version $doc_host {
1818
# Plugin latest version map
1919
map $plugin_name $plugin_latest {
2020
default "";
21-
"authentication" "3";
21+
"authentication" "4";
2222
"authorization" "3";
2323
"bake" "3";
2424
"chronos" "3";
@@ -37,6 +37,7 @@ map "$plugin_name-$plugin_version" $plugin_host {
3737
"authentication-1" "authentication-docs.cakephp.org";
3838
"authentication-2" "authentication-docs-2.cakephp.org";
3939
"authentication-3" "authentication-docs-3.cakephp.org";
40+
"authentication-4" "authentication-docs-4.cakephp.org";
4041

4142
# Authorization
4243
"authorization-1" "authorization-docs.cakephp.org";

0 commit comments

Comments
 (0)