9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
![]() |
server {
|
||
|
location / {
|
||
|
root /data/www;
|
||
|
}
|
||
|
location = /register {
|
||
|
root /data/www;
|
||
|
index register.html;
|
||
|
}
|
||
|
}
|