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