parent
68962b3d42
commit
96e56f863d
@ -0,0 +1,14 @@ |
||||
<VirtualHost *:80> |
||||
DocumentRoot /home/runner/work/chamilo-lms/chamilo-lms/public |
||||
ServerName localhost |
||||
|
||||
<Directory "/home/runner/work/chamilo-lms/chamilo-lms/public"> |
||||
Options Indexes FollowSymLinks |
||||
AllowOverride All |
||||
Require all granted |
||||
</Directory> |
||||
|
||||
<Directory /usr/lib/cgi-bin> |
||||
Require all granted |
||||
</Directory> |
||||
</VirtualHost> |
Loading…
Reference in new issue