example.com {
    root ./public
    fastcgi / 127.0.0.1:9000 php
    rewrite {
        to {path} {path}/ /index.php?{query}
    }
}

© 本文著作权归作者所有。转载请联系授权,禁止商用。