|
|
@ -3,6 +3,9 @@ location PATHTOCHANGE {
|
|
|
|
if ($scheme = http) {
|
|
|
|
if ($scheme = http) {
|
|
|
|
rewrite ^ https://$server_name$request_uri? permanent;
|
|
|
|
rewrite ^ https://$server_name$request_uri? permanent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if ($request_uri !~ index.php/$) {
|
|
|
|
|
|
|
|
rewrite ^/PATHTOCHANGE/(.*)$ https://$server_name/PATHTOCHANGE/index.php/$1 permanent;
|
|
|
|
|
|
|
|
}
|
|
|
|
index index.php;
|
|
|
|
index index.php;
|
|
|
|
try_files $uri $uri/ /index.php?$args;
|
|
|
|
try_files $uri $uri/ /index.php?$args;
|
|
|
|
location ~ [^/]\.php(/|$) {
|
|
|
|
location ~ [^/]\.php(/|$) {
|
|
|
|