Nginx configuration
server {
listen 80;
server_name example.com;
root /home/myuser/psk/dist;
index index.html;
location /
{
try_files $uri /index.html;
}
}
URL index.html. Polymer starter nginx URL- , http://example.com/users/Chuck, "" PSK 1.2.x
<html>
<head>
<base href="/">
...
nginx URL.
nginx error.log
"/index.html"
, .
SyntaxError: <