Browse Source

- (Opcional) Agrega archivo de configuración de Apache.

- (Opcional) Agrega archivo de configuración de Apache.
Laboratorio de Cómputo de Ingeniería 1 năm trước cách đây
mục cha
commit
e9ba37900b
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      apache.conf

+ 8 - 0
apache.conf

@@ -0,0 +1,8 @@
+<VirtualHost *:80>
+    DocumentRoot /var/www/html
+    <Directory /var/www/html>
+        Options Indexes FollowSymLinks
+        AllowOverride All
+        Require all granted
+    </Directory>
+</VirtualHost>