adding in default

This commit is contained in:
talksik
2023-08-14 16:36:11 -07:00
parent 487ef028c7
commit 6a0adf5bf7
+1 -2
View File
@@ -9,8 +9,7 @@ events {
http {
# TODO: route to proper location based on subdomain
server {
listen 80;
server_name _;
listen 80 default_server;
location / {
root /usr/share/nginx/html;