From 34d860bf488064e694adae960370049e90a3fb98 Mon Sep 17 00:00:00 2001 From: administrator Date: Tue, 20 Feb 2024 17:33:39 +0800 Subject: [PATCH] Add 000-default.conf --- 000-default.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 000-default.conf 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