CentOS7 nginx www redirect non-www

Git Standards

CheatSheet
Git Tools Extension for Visual Studio

### Commit Message Rule
通常版
fix:バグ修正
hotfix:クリティカルなバグ修正
add:新規(ファイル)機能追加
update:機能修正(バグではない)
change:仕様変更
clean:整理(リファクタリング等)
disable:無効化(コメントアウト等)
remove:削除(ファイル)
upgrade:バージョンアップ
revert:変更取り消し

ライト版
fix:バグ修正
add:新規(ファイル)機能追加
update:機能修正(バグではない)
remove:削除(ファイル)

CentOS7 nginx dotnetcore

CentOS7 nginx php

CentOS7 nginx

CentOS7 httpd

CentOS7 port

CentOS7 hosts

WCF project lost post data

This issue occured when .net 4.0 project is published .net 4.5 environment (like iis over 7.5).

You can fix this bug the way adding config attribute below.

This issue has been fixed in .net 4.5.1.