質問編集履歴

1

confを更新

2021/04/14 02:18

投稿

paranoaman1217
paranoaman1217

スコア24

test CHANGED
File without changes
test CHANGED
@@ -33,6 +33,18 @@
33
33
  /etc/httpd/conf/httpd.confファイルにて
34
34
 
35
35
  ```conf
36
+
37
+ <Directory "/var/www/laravel.app/public">
38
+
39
+ Options Indexes FollowSymLinks
40
+
41
+ AllowOverride All
42
+
43
+ Require all granted
44
+
45
+ </Directory>
46
+
47
+
36
48
 
37
49
  Listen 1080
38
50