default
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user