소스 검색

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

- (Opcional) Agrega archivo de configuración de Apache.
Laboratorio de Cómputo de Ingeniería 1 년 전
부모
커밋
e9ba37900b
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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>