bugs corrections

This commit is contained in:
Jeremy MANSON
2016-03-07 16:13:27 +01:00
parent ed485b40f3
commit 34ea0ba9b4
2 changed files with 8 additions and 3 deletions

View File

@@ -28,7 +28,8 @@
sub_filter_once off;
# All patterns that should be rewritten
# sub_filter "href=\"/" "href=\"/shinken/";
sub_filter "=\"/static" "=\"/shinken/static";
# sub_filter "=\"/" "=\"/shinken/";
sub_filter "href=\"/" "href=\"/shinken/";
#sub_filter "=\"/static" "=\"/shinken/static";
#sub_filter "=\"/" "=\"/shinken/";
}