default
This commit is contained in:
@@ -8,6 +8,15 @@ events {
|
|||||||
|
|
||||||
http {
|
http {
|
||||||
# TODO: route to proper location based on subdomain
|
# TODO: route to proper location based on subdomain
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name _;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
root /usr/share/nginx/html;
|
||||||
|
index index.html;
|
||||||
|
}
|
||||||
|
}
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name flowy.live;
|
server_name flowy.live;
|
||||||
|
|||||||
Reference in New Issue
Block a user