From f943061814b1a3e6482cf0abc880b33c57b77ffc Mon Sep 17 00:00:00 2001 From: Go Johansson Date: Sat, 17 Dec 2022 00:42:44 +0100 Subject: [PATCH] Update uguu.conf --- docker/nginx/uguu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/uguu.conf b/docker/nginx/uguu.conf index 141d5c7..9732b6c 100644 --- a/docker/nginx/uguu.conf +++ b/docker/nginx/uguu.conf @@ -9,7 +9,7 @@ server{ #ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH'; #ssl_ecdh_curve secp384r1; - root /var/www/uguu/dist/; + root /var/www/uguu/dist/public/; autoindex on; access_log on; index index.html index.php;