Re: A pretty URL for a specific PHP page?

2021-09-12 Thread Александр Кириллов
Try rewrite ^/report/$ /index.php?r=app%2Fform&id=2lyEsw last; пн, 6 сент. 2021 г. в 07:59, Jore : > Hi there, > > Is it possible to make a pretty URL for a specific PHP page? > > I'd like https://domain.com/report/ to render > https://domain.com/index.php?r=app%2Fform&id=2lyEsw > > So I tried t

subversion behind nginx

2017-10-06 Thread Александр Кириллов
Hi, I have 2 almost identical vhost definitions: 1. https://svn.iproducts.test location /repos/ { set $dest $http_destination; if ($http_destination ~ ^https://(.*)$) { set $dest http://$1; } proxy_set_header Destination $dest; proxy_pass http://127.0.0.1:80/repos/; } 2. https://svn-test.iprod

Re: subversion behind nginx

2017-10-06 Thread Александр Кириллов
idea is to speed up subversion operations moving it to a non-ssl backend. 2017-10-06 16:50 GMT+03:00 : > Hello > > With svn behind nginx you cannot change the path. The second location > needs to be /repos as well > > =D > > Sent from the last QNX powered smartphone > *F