発生している問題

production 環境の設定を行いアプリケーションを起動はできました。

しかし、ブラウザで表示しようとすると開発環境、本番環境ともに下記エラーが発生してしまい解決出来ないので質問させていただきます。
どちらの環境でもアクセスしたいのですが教えていただけないでしょうか?

開発中は http://example.com/admin でアクセス出来ていたのですが、アクセス出来なくなった原因もわかりません。


エラーメッセージ

[vagrant@localhost chibi]$ rails s
=> Booting Puma
=> Rails 5.1.3 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
Puma starting in single mode...
* Version 3.10.0 (ruby 2.3.1-p112), codename: Russell's Teapot
* Min threads: 5, max threads: 5
* Environment: development
* Listening on tcp://0.0.0.0:3000
Use Ctrl-C to stop

2019-02-21 21:40:29 +0900: HTTP parse error, malformed request (): #<Puma::HttpParserError: Invalid HTTP format, parsing fails.>
[vagrant@localhost chibi]$ rails s -e production
=> Booting Puma
=> Rails 5.1.3 application starting in production on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
Puma starting in single mode...
* Version 3.10.0 (ruby 2.3.1-p112), codename: Russell's Teapot
* Min threads: 5, max threads: 5
* Environment: production
* Listening on tcp://0.0.0.0:3000
Use Ctrl-C to stop

2019-02-21 21:18:13 +0900: HTTP parse error, malformed request (): #<Puma::HttpParserError: Invalid HTTP format, parsing fails.>