質問編集履歴

2

ミス修正

2018/11/03 07:11

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,7 @@
96
96
 
97
97
  location /static {
98
98
 
99
- alias /code/app/app/static;
99
+ alias /code/app/static;
100
100
 
101
101
  }
102
102
 

1

staticフォルダのパスの記載

2018/11/03 07:11

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -90,13 +90,13 @@
90
90
 
91
91
 
92
92
 
93
- ですがのstaticフォルダapp直下のため、以下のように書いたのですが機能しませんでした
93
+ 私は以下のように書いたのですが機能しませんでした
94
94
 
95
95
  ```ここに言語を入力
96
96
 
97
97
  location /static {
98
98
 
99
- alias /home/centos/django-uwsgi-nginx-https/django-uwsgi-nginx/app/static;
99
+ alias /code/app/app/static;
100
100
 
101
101
  }
102
102