Logo white

Anastasia / books

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • books
  • to_prod
  • nginx.txt
  • ********** Добавил редирект для прода
    107f25ec
    alex authored
    2018-08-31 14:02:57 +0300  
    Browse Code »
nginx.txt 91 Bytes
Edit Raw Blame History Permalink
1 2 3 4
location / {
    rewrite ^(.*)/$ $1 permanent;
    try_files $uri $uri/ /index.php?$args;
}