From 8c968d909d49cfc6199e20bd637fd11836fd6357 Mon Sep 17 00:00:00 2001 From: Roman Zhilkin Date: Thu, 23 Jan 2025 17:52:59 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BA=D0=BE=D1=84=D0=B8=D0=B3=D0=B0=20=D0=B0?= =?UTF-8?q?=D0=BF=D0=B0=D1=87=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D0=B4=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=83=D0=BF=D0=B0=20=D0=BA=20=D0=B2=D0=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manufacturer/configs/apache/apache.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manufacturer/configs/apache/apache.conf 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