質問編集履歴

1

誤字修正

2021/05/03 08:55

投稿

ebi_mayo
ebi_mayo

スコア0

test CHANGED
File without changes
test CHANGED
@@ -14,11 +14,11 @@
14
14
 
15
15
  アプリケーションのディレクトリでbundle exec cap production deployを実行したところ、下記の画面が出てきて自動デプロイはできている認識でいます。
16
16
 
17
- その後、IPアドレスにアクセすると502 Bad Gatewayとエラーが表示され解決できずにいます。
17
+ その後、IPアドレスにアクセすると502 Bad Gatewayとエラーが表示され解決できずにいます。
18
-
19
-
20
-
18
+
19
+
20
+
21
- ```ruby
21
+ ```
22
22
 
23
23
  00:53 deploy:assets:backup_manifest
24
24
 
@@ -84,7 +84,7 @@
84
84
 
85
85
 
86
86
 
87
- ```ruby
87
+ ```production.log
88
88
 
89
89
  I, [2021-05-01T08:45:36.561125 #21248] INFO -- : [52ce6ffa-a195-45c2-b82f-e174073cca51] Processing by SpotsController#index as */*
90
90
 
@@ -120,7 +120,7 @@
120
120
 
121
121
 
122
122
 
123
- ```ruby
123
+ ```config/unicorn.rb
124
124
 
125
125
  app_path = File.expand_path('../../../', __FILE__)
126
126
 
@@ -216,7 +216,7 @@
216
216
 
217
217
 
218
218
 
219
- ```ruby
219
+ ```Nginx
220
220
 
221
221
  upstream app_server {
222
222