Fix: Remove root command in location / block

This commit is contained in:
winkidney
2020-07-18 19:46:49 +08:00
parent 764fe7139e
commit 8d609e6bc1

View File

@@ -35,7 +35,6 @@ server {
}
location / {
root /pinry/pinry-spa/dist/;
try_files $uri $uri/ /index.html;
access_log off;
}