medical-record-client/public/nginx.conf

3 lines
82 B
Nginx Configuration File

location /client {
try_files $uri $uri/client /client/index.html?$query_string;
}