Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit c08daa4

Browse files
authored
synched nginx config with the original (#65)
1 parent e5ed7bb commit c08daa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/.nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ server {
7373
# To let nginx use its own DNS Resolver
7474
# resolver <IP DNS resolver>;
7575

76+
# Set path
77+
root /var/www/;
7678

7779
# Always serve index.html for any request
7880
location / {
79-
# Set path
80-
root /var/www/;
8181
try_files $uri /index.html;
8282
}
8383

0 commit comments

Comments
 (0)