HomepageMy_Note-Unix Tsung 5 年 ago Categories: My_Note-Unix Nginx 的 301、302 轉址設定 Nginx 要設定 301、302 轉址的範例如下: rewrite ^/(.)$ http://www.example.com/$1 permanent; # permanent 301 rewrite ^/(.)$ http://www.example.com/$1 redirect; # redirect 302 Bash 如何 Pipe 再透過 sudo 寫入檔案 » « Debian Linux 10 Buster 穩定版釋出 Tags: 301302confignginxredirect Tsung: 對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活. Related Post Linux grep 要過濾多個字串 Linux grep 要過濾字... Linux less 搜尋字串 不區分大小寫 less 檔案內搜尋字串,想要... 將 PNG 合併寫入 PDF 於 Ubuntu Linux 想要在 PDF 裡面插入圖片(...