config nginx

This commit is contained in:
beaock
2020-05-11 19:07:37 +09:00
committed by winkidney
parent e54adc8b3c
commit 764fe7139e

View File

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