Nginx config
Configuration
Serve React
Note:
- Solve browser route 404:[1]
server {
root /var/www/html;
server_name yai.ink;
location / {
try_files $uri $uri/ /index.html;
}
}
欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
Note:
server {
root /var/www/html;
server_name yai.ink;
location / {
try_files $uri $uri/ /index.html;
}
}