diff --git a/api b/api index a5631cf..6ee34a0 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit a5631cfd3a36369e30cda3e9aa0f44cf6b5931b3 +Subproject commit 6ee34a01130a33113db124dd995cb23d2bd4a8d6 diff --git a/extra/nginx-selfsigned.conf b/extra/nginx-selfsigned.conf index 2ca1ca0..1e039aa 100644 --- a/extra/nginx-selfsigned.conf +++ b/extra/nginx-selfsigned.conf @@ -16,4 +16,10 @@ server { ssl_certificate /etc/ssl/certs/nginx-selfsigned.crt; ssl_certificate_key /etc/ssl/private/nginx-selfsigned.key; ssl_dhparam /etc/ssl/certs/dhparam.pem; + + location / { + root /usr/share/nginx/html; + index index.html index.htm; + try_files $uri $uri/ /index.html =404; + } } \ No newline at end of file diff --git a/front b/front index 6f0451f..97cda1f 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 6f0451f5117312236279cfc0d1d1f87467f8a46f +Subproject commit 97cda1f712f0e407bb59356793c55d43d35ff162