This commit is contained in:
talksik
2023-08-14 15:04:15 -07:00
parent 13cc0b02b5
commit d212d9bd8b
+9
View File
@@ -8,6 +8,15 @@ events {
http {
# TODO: route to proper location based on subdomain
server {
listen 80;
server_name _;
location / {
root /usr/share/nginx/html;
index index.html;
}
}
server {
listen 80;
server_name flowy.live;