fix: change nginx root to standard /usr/share/nginx/html to resolve 404
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
root /app;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
# GZIP Compression
|
||||
|
||||
Reference in New Issue
Block a user