fix templates

This commit is contained in:
CHIEFSOFT\ameye
2024-08-19 17:11:04 -04:00
parent d468215184
commit 8be59b2444
257 changed files with 14082 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
<VirtualHost *:80>
ServerAdmin works@chiefsoft.com
ServerName oameye.works.wrenchboard.com
DocumentRoot /var/www/html/public
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>