Differences between revisions 7 and 8
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
[https://www.nginx.com/products/nginx-unit/ NGINX Unit] |
概要
http://ja.wikipedia.org/wiki/Nginx
公式サイト
関連サイト
インストール
設定
HTML内のリンク書き変え
http://wiki.nginx.org/HttpSubModule を利用
コンパイル時に--with-http_sub_moduleを付加
location /xxxx/ { sub_filter \"/ '"/xxxx/'; sub_filter_once off; }
標準の物はあまり複雑な事ができない。正規表現などを利用する場合は、yaoweibin/ngx_http_substitutions_filter_module · GitHubを利用する。
subs_filter_types text/html text/css; subs_filter \"/ '"/xxxx/';
buildout