Update Simple URLs

Ruan 2020-06-20 22:45:20 +00:00
parent b5a6f02632
commit d9d5a093d1

@ -7,4 +7,8 @@ In nginx.conf:
location /punishments {
try_files $uri $uri/ /punishments/index.php?$uri&$args;
}
```
```
## Apache
TODO