Skip to content

Commit

Permalink
fix root location in nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
JorritSalverda committed Mar 3, 2020
1 parent 3376374 commit 9904d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.vh.default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ server {
listen 5000 default_server;
listen [::]:5000 default_server ipv6only=on;

root /usr/local/openresty/nginx/html;
root /usr/share/nginx/html;
index index.html;

location / {
Expand Down

0 comments on commit 9904d37

Please sign in to comment.