Bozhidar Slaveykov 1 year ago
parent
commit
7d97d63570
2 changed files with 6 additions and 0 deletions
  1. 3 0
      installers/Ubuntu/22.04/install.sh
  2. 3 0
      web/index.php

+ 3 - 0
installers/Ubuntu/22.04/install.sh

@@ -62,3 +62,6 @@ ln -s /etc/nginx/sites-available/alphaxpanel.conf /etc/nginx/sites-enabled/alpha
 
 # Restart NGINX
 systemctl restart nginx
+
+mkdir -p /usr/local/alpha-x-panel/web
+cp -r $MAIN_DIR/web/* /usr/local/alpha-x-panel/web

+ 3 - 0
web/index.php

@@ -0,0 +1,3 @@
+<?php
+echo "Hello World!";
+?>