Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Good afternoon,
I do not have much knowledge of servers and I am having problems configuring my virtual host environment. In addition to setting up a lamp environment, I have created a domain and created a certificate within the droplet. But when I access my web from the ip http://134.122.75.77, it does load although it gives me an error when downloading the images. But when I try to access from the domain, I get a 404 error.
Attached virtual host configuration
sites-available/notasweb.conf
<VirtualHost *:80>
ServerName notasweb.me
ServerAlias www.notasweb.me
ServerAdmin *****@hotmail.com
DocumentRoot /var/www/notasweb/public
<Directory /var/www/notasweb/public/>
Options -Indexes +FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<IfModule mod_dir.c>
DirectoryIndex index.php index.pl index.cgi index.html index.xhtml index.htm
</IfModule>
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.notasweb.me [OR]
RewriteCond %{SERVER_NAME} =notasweb.me
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
ServerName localhost
****
If you need more information do not hesitate to ask me. Please could you help me.
gerard
Jon Harris
orbitstorm88
rem3n
yolanda smith
301276acdc124dd982fe86364ba8c4
30ddab6038c044188d489290785dcb
699c9bc0a2c34f248e792cb8d2c6ab
Kent Morlan
sylvaticus
agitechcr
8b8f3c8ea96345bf8ddb0a59a008e2