Difference between revisions of "Rewrite (nginx.conf)"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
== See also == | == See also == | ||
* [[Mediawiki]] | * [[Mediawiki]] | ||
+ | * {{nginx}} | ||
+ | * {{PHP}} |
Revision as of 11:39, 26 December 2019
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
- Mediawiki
- Web server: Nginx:
/etc/nginx/nginx.conf
,nginx -t
, Nginx logs, Nginx change log, PHP,php-fpm
, Let's encrypt, Nginx directives, Reverse Proxy, Configure HTTP redirection Nginx, Return,proxy_pass (Reverse proxy)
,ngx_http_rewrite_module
,/etc/nginx/sites-enabled/
,error.log
,access.log
,/nginx status
, AIO - PHP,
php-fpm, www.conf
,php -i
, PHP sessions, symfony,fastcgi_pass
,sessionclean (shell script)
,phpsessionclean.service (systemd service),phpquery
,php.ini
,/var/log/php*
, PECL,php --help
, PHPUnit, Laravel, PHP framework, Composer,phpbrew, Xdebug, php --version
, PHP Fatal error, Hello, World! (php)]
Advertising: