Anastasia
/
books
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
107f25ec565f5409d881636cca8432d2c9a750e2
Authored by
alex
2018-08-31 14:02:57 +0300
1 parent
7164d2a7
********** Добавил редирект для прода
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
to_prod/nginx.txt
Inline
Side-by-side
to_prod/nginx.txt
0 → 100644
Wrap text
Show/Hide comments
View file @
107f25e
1
+location / {
2
+ rewrite ^(.*)/$ $1 permanent;
3
+ try_files $uri $uri/ /index.php?$args;
4
+}
0
5
\ No newline at end of file
...
...