"Nginx" List
client_max_body_size 200M; # file upload limit location / { index index.html index.htm index.php; rewrite "^/path-to-una/page/(.*)$" /path-to-una/page.php?i=$1 last; rewrite "^/path-to-una/m/(.*)$"...
- Alex T⚜️
- Replies (64)