Skip to content

Commit e5c028a

Browse files
committed
Add public directory
To save api.php and to contain symlink of old UI and new UI. The nginx web server will use it as document root. Signed-off-by: Ammar Faizi <[email protected]>
1 parent def9b46 commit e5c028a

File tree

8 files changed

+12
-0
lines changed

8 files changed

+12
-0
lines changed

public/_app

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../dist/_app

public/api.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
chdir(__DIR__."/../../mail.gnuweeb.org/public/");
4+
require "api.php";
5+

public/favicon.png

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../dist/favicon.png

public/home.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../dist/home.html

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../dist/index.html

public/old

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../old

public/settings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../dist/settings

public/settings.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../dist/settings.html

0 commit comments

Comments
 (0)