This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
firefly-iii
Watch
1
Star
0
Fork
0
You've already forked firefly-iii
mirror of
https://github.com/firefly-iii/firefly-iii.git
synced
2025-09-19 10:53:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c79a5770607e7a836c25f61e2ed8a80212947132
firefly-iii
/
nginx_app.conf
7 lines
110 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Configure nginx [skip ci]
2017-04-27 02:45:26 +02:00
location / {
Configure nginx [skip ci]
2017-04-27 02:49:06 +02:00
try_files $uri @rewriteapp;
}
location @rewriteapp {
rewrite ^(.*)$ /index.php$1 last;
}
Reference in New Issue
Copy Permalink