Skip to content

Commit c06c651

Browse files
fix(docker): Added healthcheck
1 parent 3b2d81d commit c06c651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ http {
2828
access_log /var/log/nginx/access.log compression;
2929

3030
# where the root here
31-
root /var/www;
31+
root /usr/share/nginx/html;
3232
# what file to server as index
3333
index index.html index.htm;
3434

0 commit comments

Comments
 (0)