Skip to content

Commit

Permalink
[TASK] Update nginx webserver configuration for TYPO3 13 (#5019)
Browse files Browse the repository at this point in the history
Releases: main, 13.4
  • Loading branch information
simonschaufi authored Nov 8, 2024
1 parent 94963bc commit 169846b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.. include:: /Includes.rst.txt


.. _system-requirements-nginx:


NGINX does not support static configuration files that are stored in a projects root like Apache and IIS would. Instead, NGINX requires a configuration file
to be created within the applications own configuration directory.

Expand Down Expand Up @@ -90,7 +88,7 @@ Example NGINX configuration file:
location /typo3/ {
absolute_redirect off;
try_files $uri /typo3/index.php$is_args$args;
try_files $uri /index.php$is_args$args;
}
location ~ [^/]\.php(/|$) {
Expand Down

0 comments on commit 169846b

Please sign in to comment.