Hello, i have two locations defined in my nginx config: server { ..... rewrite ^/index\.php/?(.*)$ /$1 permanent; location /widget/ { index index.php; try_files $uri @rewritewidget; # } location / { add_header X-Frame-Options SAMEORIGIN; index index.php; try_files $uri @rewriteapp; }by true - How to...
![]() |
![]() |
![]() |
![]() |
|