We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4a288 commit ed7d079Copy full SHA for ed7d079
1 file changed
.docker/config/nginx.conf
@@ -6,6 +6,10 @@ server {
6
access_log /var/log/nginx/access.log;
7
root /www/public;
8
9
+ location / {
10
+ try_files $uri $uri/ /index.php?$query_string;
11
+ }
12
+
13
location ~ \.php$ {
14
try_files $uri =404;
15
fastcgi_split_path_info ^(.+\.php)(/.+)$;
0 commit comments