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;