run_as shiny; server { listen 3838; location /a { app_dir /c; location /b { # location /b inherits app_dir from loc /a, this is an error } } }