Go と Revel フレームワークを使用して、ライブの personal-website.com で簡単なアプリを実行しようとしています。
ローカルで開発して localhost:8888 をテストすると、すべて問題ありません。ただし、Web サーバーにインストールしてルートからアプリを実行すると# run revel personalwebsiteapp
、次のエラーが発生します。
ERROR 2013/10/01 04:01:35 harness.go:167: Failed to start reverse proxy: listen tcp xx.xxx.xx.xx:80: cannot assign requested address
ここで全損。Revel 上で Nginx などのプロキシ サーバーを実行する必要がありますか?
私の conf/app.conf ファイルの関連部分は次のとおりです。
http.addr="personal-website.com"
http.port=80 #whether I set this to 80 or 8888 doesn't matter, I get the same error