Reroute /api route to the back-end
This commit is contained in:
@@ -26,6 +26,11 @@ http {
|
||||
alias /app/assets/styling;
|
||||
}
|
||||
|
||||
location /api {
|
||||
proxy_pass https://raymon.dev/api;
|
||||
proxy_buffering on;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
location = /404.html {
|
||||
root /app/error;
|
||||
|
||||
Reference in New Issue
Block a user