From e80e3ff3f3e4c7a96d35584a0f91e942135f199f Mon Sep 17 00:00:00 2001 From: Franzz Date: Wed, 13 May 2026 09:44:33 +0200 Subject: [PATCH] Local apache conf --- config/apache-localhost.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/apache-localhost.conf diff --git a/config/apache-localhost.conf b/config/apache-localhost.conf new file mode 100644 index 0000000..138dc1e --- /dev/null +++ b/config/apache-localhost.conf @@ -0,0 +1,16 @@ + + ServerName localhost + ServerAlias maui.local + DocumentRoot /var/www/html/ + + DirectoryIndex index.php + + # Serve http://localhost/spot/ from the compiled public bundle. + Alias /spot /var/www/html/spot/dist + + + Options FollowSymLinks + AllowOverride None + Require all granted + + \ No newline at end of file