sultanarun

Results 1 comments of sultanarun

In nginx add mapping for component if it is missing. eg. location ^~ /static { proxy_pass http://127.0.0.1:8501/static/; } location ^~ /st-allowed-message-origins { proxy_pass http://127.0.0.1:8501/st-allowed-message-origins; } location ^~ /component { proxy_pass...