Rewrite (nginx.conf)

From wikieduonline
Revision as of 11:38, 26 December 2019 by Welcome (talk | contribs)
Jump to navigation Jump to search


https://www.nginx.com/resources/wiki/start/topics/recipes/mediawiki/

   location @rewrite {
       rewrite ^/(.*)$ /index.php?title=$1&$args;
   }


   location @rewrite {

rewrite ^/(.*)$ /index.php;

   }



See also

Advertising: