小注释

This commit is contained in:
KennyLee 2021-03-15 16:21:46 +08:00
parent 5a99556687
commit ee00e46bce

View File

@ -11,6 +11,7 @@ server {
location / {
try_files $uri $uri/ @router;
index index.html;
#access_log off;
}
location @router {