2019-12-24 08:44:33 0 Comments Nginx Boy.Lee

Nginx Auto Redirect from http to https

Sometime, we change from http to https, but still have old use or search engine are still using the old http url, so we need create a redirect code to force user using the https, it's also necessary to tell the search engine we are using https now, follow is the nginx config code
2017-03-13 11:24:10 0 Comments Nginx Boy.Lee

Nginx List Folder's Files Structure, Size, Modify Info

In some Nginx Dev condition, need list the folder's all files with some info, can be done with the follow config