So this is what it looks like
chhavi@yellowthymedrop : ~ $ ls -l /etc/apache2/sites-enabled/
total 0
lrwxrwxrwx 1 root root 52 Oct 16 15:33 000-default-le-ssl.conf -> /etc/apache2/sites-available/000-default-le-ssl.conf
lrwxrwxrwx 1 root root 35 Oct 16 04:28 000-default.conf -> …/sites-available/000-default.conf
lrwxrwxrwx 1 root root 35 Oct 16 13:15 default-ssl.conf -> …/sites-available/default-ssl.conf
chhavi@yellowthymedrop : ~ $ grep -Eri ‘servername|alias|rewrite|301’ /etc/apache2/
/etc/apache2/sites-available/default-ssl.conf: servername 142.93.221.73
/etc/apache2/sites-available/default-ssl.conf: Server Alias www.yellowthyme.com
/etc/apache2/sites-available/default-ssl.conf.bak: servername 142.93.221.73
/etc/apache2/sites-available/000-default.conf: # The ServerName directive sets the request scheme, hostname and port that
/etc/apache2/sites-available/000-default.conf: # redirection URLs. In the context of virtual hosts, the ServerName
/etc/apache2/sites-available/000-default.conf: # ServerName www.example.com
/etc/apache2/sites-available/000-default.conf: Rewrite Engine on
/etc/apache2/sites-available/000-default.conf: Rewrite Cond %{SERVER_NAME} =yellowthyme.com
/etc/apache2/sites-available/000-default.conf: Rewrite Rule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
/etc/apache2/sites-available/le-redirect-142.93.221.73.conf: ServerName 142.93.221.73
/etc/apache2/sites-available/le-redirect-142.93.221.73.conf:Server Alias www.yellowthyme.com
/etc/apache2/sites-available/le-redirect-142.93.221.73.conf: Rewrite Engine On
/etc/apache2/sites-available/le-redirect-142.93.221.73.conf: Rewrite Rule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
/etc/apache2/sites-available/000-default-le-ssl.conf: # The ServerName directive sets the request scheme, hostname and port that
/etc/apache2/sites-available/000-default-le-ssl.conf: # redirection URLs. In the context of virtual hosts, the ServerName
/etc/apache2/sites-available/000-default-le-ssl.conf: # ServerName www.example.com
/etc/apache2/sites-available/000-default-le-ssl.conf: ServerName yellowthyme.com
/etc/apache2/conf-available/serve-cgi-bin.conf:<IfModule mod_ alias .c>
/etc/apache2/conf-available/serve-cgi-bin.conf: Script Alias /cgi-bin/ /usr/lib/cgi-bin/
/etc/apache2/conf-available/localized-error-pages.conf:# We use Alias to redirect any /error/HTTP_<error>.html.var response to
/etc/apache2/conf-available/localized-error-pages.conf:# Alias /error/include/ “/your/include/path/”
/etc/apache2/conf-available/localized-error-pages.conf:# even on a per-VirtualHost basis. If you include the Alias in the global server
/etc/apache2/conf-available/localized-error-pages.conf:# context, is has to come before the ’ Alias /error/ …’ line.
/etc/apache2/conf-available/localized-error-pages.conf:# The internationalized error documents require mod_ alias , mod_include
/etc/apache2/conf-available/localized-error-pages.conf:# <IfModule mod_ alias .c>
/etc/apache2/conf-available/localized-error-pages.conf:# Alias /error/ “/usr/share/apache2/error/”
/etc/apache2/magic:0 belong 0x0e031 301 application/x-hdf
/etc/apache2/mods-available/alias.conf:<IfModule alias _module>
/etc/apache2/mods-available/alias.conf: # Alias es: Add here as many alias es as you need (with no limit). The format is
/etc/apache2/mods-available/alias.conf: # Alias fakename realname
/etc/apache2/mods-available/alias.conf: # require it to be present in the URL. So “/icons” isn’t alias ed in this
/etc/apache2/mods-available/alias.conf: # We include the /icons/ alias for FancyIndexed directory listings. If
/etc/apache2/mods-available/alias.conf: Alias /icons/ “/usr/share/apache2/icons/”
/etc/apache2/mods-available/info.conf: # http:// servername /server-info (requires that mod_info.c be loaded).
/etc/apache2/mods-available/status.conf: # with the URL of http:// servername /server-status
/etc/apache2/mods-available/alias.load:LoadModule alias module /usr/lib/apache2/modules/mod alias .so
/etc/apache2/mods-available/vhost_alias.load:LoadModule vhost_ alias module /usr/lib/apache2/modules/mod_vhost alias .so
/etc/apache2/mods-available/proxy_balancer.load:# Depends: proxy alias slotmem_shm
/etc/apache2/mods-available/rewrite.load:LoadModule rewrite module /usr/lib/apache2/modules/mod rewrite .so
/etc/apache2/mods-available/mime.conf: # To use CGI scripts outside of Script Alias ed directories: