server { listen 80; location ~ ^$LINK_PREFIX/$ { root /opt/litterlink/; try_files /index.html =404; } }