diff --git a/000-default.conf b/000-default.conf new file mode 100644 index 0000000..e0eadd9 --- /dev/null +++ b/000-default.conf @@ -0,0 +1,12 @@ +# 000-default.conf + + + ServerAdmin webmaster@localhost + DocumentRoot /var/www/public + + + Options Indexes FollowSymLinks + AllowOverride All + Require all granted + + \ No newline at end of file