diff --git a/manufacturer/configs/apache/apache.conf b/manufacturer/configs/apache/apache.conf new file mode 100644 index 0000000..0e05ce5 --- /dev/null +++ b/manufacturer/configs/apache/apache.conf @@ -0,0 +1,14 @@ +ServerName localhost + + + DocumentRoot "/var/www/html" + + + Options Indexes FollowSymLinks + AllowOverride All + Require all granted + + + ErrorLog /proc/self/fd/2 + CustomLog /proc/self/fd/1 common + \ No newline at end of file