remove broken route

This commit is contained in:
Aidan 2024-12-03 07:52:30 -05:00
parent 0e868c9f90
commit 4006251520

View File

@ -2,8 +2,4 @@ server {
location / {
root /data/www;
}
location = /register {
root /data/www;
index register.html;
}
}