Commit 107f25ec565f5409d881636cca8432d2c9a750e2

Authored by alex
1 parent 7164d2a7

********** Добавил редирект для прода

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
to_prod/nginx.txt 0 → 100644
  1 +location / {
  2 + rewrite ^(.*)/$ $1 permanent;
  3 + try_files $uri $uri/ /index.php?$args;
  4 +}
0 5 \ No newline at end of file
... ...