Rapidscada in Debian (on IoT2050)

Forum Home Forums Installation Issues Rapidscada in Debian (on IoT2050)

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #12221
    manjey73
    Participant

    It makes sense to use the Microsoft script installation command to understand whether it recognizes the processor or swears that there is no support for your processor.

    #12222
    Mikhail
    Moderator

    dotnet-install: .NET Core SDK with version ‘6.0.406’ is already installed.

    May be you need to uninstall .NET Core before new installation.

    #12241
    NoemiDillon
    Participant

    Edit the nginx configuration file (/etc/nginx/nginx.conf) with any text editor. For example, the command:
    sudo /etc/nginx/nginx.conf Include a possible line in the http {} section of the configuration file:
    server { listen 80; server_name your_name server; location / { proxy_pass http:// localhost:8080 ; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $ scheme; } } Save the configuration file and restart the nginx server with the command:
    restart sudo nginx service After restarting the nginx server page, it is recommended that you log back into Rapidscada by going to http://SERVER_ IP. If everything is configured correctly, you should see the Rapidscada web page.

    #12244
    Mikhail
    Moderator

    The issue is not related to nginx. .NET is not properly installed.

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.