]> jfr.im git - uguu.git/commitdiff
Update uguu.conf
authorGo Johansson <redacted>
Fri, 16 Dec 2022 23:42:44 +0000 (00:42 +0100)
committerGo Johansson <redacted>
Fri, 16 Dec 2022 23:42:44 +0000 (00:42 +0100)
docker/nginx/uguu.conf

index 141d5c7fdfec3c18b81f013627775d653c91ad06..9732b6c79ebcc8aa4eed731c4d66e25e949fdf4c 100644 (file)
@@ -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;