mirror of
https://github.com/pinry/pinry.git
synced 2025-11-15 17:35:50 +01:00
Fix: Remove root command in location / block
This commit is contained in:
@@ -35,7 +35,6 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /pinry/pinry-spa/dist/;
|
|
||||||
try_files $uri $uri/ /index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user