Reroute /api route to the back-end

This commit is contained in:
Raymonzut
2020-06-16 17:13:47 +02:00
parent cf1ef4257c
commit a910feda62
+5
View File
@@ -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;