Skip to content

nm-Team/WebSite

Repository files navigation

nmTeam Official HomePage

You can visit the site at https://nmteam.xyz.

Website Screenshot

Rewrite rules

location /products/overview/ {
    rewrite ^/products/overview/(.*)$ /products/overview.php?product=$1 last;
}
location /blackboard/questionnaire {
    rewrite ^/blackboard/questionnaire/(.*)$ /blackboard/questionnaire/index.php?id=$1 last;
}
location / {
    try_files $uri $uri/ $uri.php?$args;
}