このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
hms
/
rasoberry-noaa
ミラー元
https://github.com/reynico/raspberry-noaa.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
8
Wiki
アクティビティ
ソースを参照
add a nginx rule to rewrite the old yyyy/mm/dd paths to the new /images/ path
tags/1.5
Nico Rey
4年前
親
cec3632ccb
コミット
d235875b72
1個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-0
templates/nginx.cfg
+ 3
- 0
templates/nginx.cfg
ファイルの表示
@@ -14,4 +14,7 @@ server {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
}
# Rewrite the old path yyyy/mm/dd/ to /images/
rewrite "^/image/\d{4}/\d{2}/\d{2}/(.+)$" /images/$1 permanent
}
書き込み
プレビュー
読み込み中…
キャンセル
保存