Skip to content

Commit bde9b1b

Browse files
author
Jovert Lota Palonpon
committed
Added nginx configuration for heroku
1 parent 6ed6087 commit bde9b1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/nginx_app.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
location / {
2+
try_files $uri $uri/ /index.php?$query_string;
3+
}

0 commit comments

Comments
 (0)