rice/docker-host/setup/files/default.lablad
shockrah f4b24be904 * Proxy changes now use a real tld of .net
This is to make browser behave better as they would always try to
avoid the domain lookup
2022-04-30 21:57:00 -07:00

8 lines
240 B
Plaintext

# This config is purely for the default landing page that nginx normally serves
# up. The intention is to make Nginx's default page useful
server {
listen 80 default_server;
listen [::]:80 default_server;
root /var/www/html;
}