Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you need to create these resources, you can follow our user guides

You can set a very simple nginx web server in each VM loging into each of them and running the following commands on the shell:

Code Block
sudo apt-get update 
sudo apt-get install -y nginx && \
    echo "Hello! This is $(hostname)" > /var/www/html/index.html


Procedure

1. Request to be enabled to the service

...