adding in default
This commit is contained in:
+1
-2
@@ -9,8 +9,7 @@ events {
|
|||||||
http {
|
http {
|
||||||
# TODO: route to proper location based on subdomain
|
# TODO: route to proper location based on subdomain
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80 default_server;
|
||||||
server_name _;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
|||||||
Reference in New Issue
Block a user