Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 nginx 代理,我想从我代理的网站中删除一个 html 标记。我无法触摸该网站代码。
问题是我使用带有 xslt 的 debian 包 nginx-extras 但是网站上的 html 不适合 xml 标准。
你有没有修补或重新编译 nginx 的想法?我想暂时保留 nginx deb 包。
根据http://packages.debian.org/sid/nginx-extras,您应该能够使用HttpSubModule或HttpSubsModule而无需重新编译。