diff --git a/mdoc.su.nginx.conf b/mdoc.su.nginx.conf index 49852f0..926170c 100644 --- a/mdoc.su.nginx.conf +++ b/mdoc.su.nginx.conf @@ -144,7 +144,7 @@ Or, if you will, return 404; } location ^~ /o { - set $ob "http://www.openbsd.org/cgi-bin/man.cgi?query="; + set $ob "http://man.openbsd.org/?query="; set $os "&sektion="; rewrite ^/o([2-9])([0-9])([,/].*)?$ /openbsd-$1.$2$3; rewrite "^/openbsd[ -/](?[0-9]+(\.[0-9]+))([,/].*)?$" /.$3;