1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00

Supprimer des lignes de conf nginx inutile

This commit is contained in:
magikcypress 2017-03-24 16:03:07 +01:00
parent 0b0daadde7
commit 123f1f41fd

View file

@ -2,12 +2,6 @@ location __PATHTOCHANGE__ {
alias __FINALPATH__/; alias __FINALPATH__/;
index index.php; index index.php;
if (!-e $request_filename)
{
rewrite ^(.+)$ __PATHTOCHANGE__/index.php?q=$1 last;
rewrite ^/.*$ __PATHTOCHANGE__/index.php last;
}
if ($scheme = http) { if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent; rewrite ^ https://$server_name$request_uri? permanent;
} }