タグ taiyoh's
人気順 5 users 10 users 50 users 500 users 1000 users(1 - 1 / 1件)
nginxでステータスコード404,500,503時に特定の静的なファイルを表示する - taiyoh's memorandum
2012-05-11 nginxでステータスコード404,500,503時に特定の静的なファイルを表示する というメモ。 server { listen 80; server_name example.com; root /path/to/docroot; access_log logs/example.access.log main; location ~ ^/(js/|img/|css/|sw... 続きを読む
(1 - 1 / 1件)