A yunohost package contains the main page for https://parley.be
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
298 B
19 lines
298 B
location PATHTOCHANGE {
|
|
return 302 PATHTOCHANGE/en;
|
|
}
|
|
|
|
location PATHTOCHANGE/en {
|
|
alias ALIASTOCHANGE;
|
|
index index_en.html;
|
|
}
|
|
|
|
location PATHTOCHANGE/nl {
|
|
alias ALIASTOCHANGE;
|
|
index index_nl.html;
|
|
}
|
|
|
|
location PATHTOCHANGE/fr {
|
|
alias ALIASTOCHANGE;
|
|
index index_fr.html;
|
|
}
|
|
|