Make compatible with nginx restructure

This commit is contained in:
TheSpad 2022-08-19 17:31:07 +01:00
parent a42a6ec74e
commit 8197063dca
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,7 @@ server {
listen 80 default_server;
server_name _;
root /app/phpmyadmin;
root /app/www/public;
index index.php;
client_max_body_size 0;

View File

@ -1,9 +1,5 @@
#!/usr/bin/with-contenv bash
if [ ! -f /config/nginx/site-confs/default ] ; then
cp /defaults/default /config/nginx/site-confs
fi
mkdir -p /config/phpmyadmin
if [ ! -f /config/phpmyadmin/config.secret.inc.php ]; then