#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { # Path to source alias __INSTALL_DIR__/; index index.html; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } location = __PATH__/http-bind/ { proxy_pass "http://127.0.0.1:5290/http-bind"; } location ~ .(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ { more_set_headers "Access-Control-Allow-Origin: *"; root __INSTALL_DIR__/; }