remove broken route
This commit is contained in:
parent
0e868c9f90
commit
4006251520
@ -2,8 +2,4 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
root /data/www;
|
root /data/www;
|
||||||
}
|
}
|
||||||
location = /register {
|
|
||||||
root /data/www;
|
|
||||||
index register.html;
|
|
||||||
}
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user