「Linux/nginx/favicon rewrite」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「-/etc/nginx/conf.d/example.conf location = /favicon.ico { rewrite ^.*$ /static/image/favicon.ico last; }」) |
|||
行1: | 行1: | ||
− | + | */etc/nginx/conf.d/example.conf | |
location = /favicon.ico { | location = /favicon.ico { | ||
rewrite ^.*$ /static/image/favicon.ico last; | rewrite ^.*$ /static/image/favicon.ico last; | ||
} | } |
2015年6月8日 (月) 04:49時点における版
- /etc/nginx/conf.d/example.conf
location = /favicon.ico { rewrite ^.*$ /static/image/favicon.ico last; }