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-18 18:44:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
dce51da92fa96b134005830748358691f4619e40
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