Skip to content

Commit f7e5ede

Browse files
committed
update root directive to point at just /out, much better!... also in the process I no longer need to restart compose project to pick up new build b/c I am not nuking ./out which is bind mounted:
1 parent 0f4d21b commit f7e5ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http {
2929
server_name localhost;
3030

3131
location / {
32-
root /out/nginx.org;
32+
root /out;
3333
index index.html index.htm;
3434
}
3535

0 commit comments

Comments
 (0)