We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37793df commit 627edfaCopy full SHA for 627edfa
nginx/filesystem/etc/nginx/conf.d/nginx.conf
@@ -50,10 +50,6 @@ server {
50
try_files $uri $uri/ /index.html;
51
}
52
53
- location / {
54
- return 404;
55
- }
56
-
57
location /api/v1 {
58
proxy_pass http://${IP_ADDRESS}:8081;
59
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@@ -123,6 +119,10 @@ server {
123
119
location /angular {
124
120
return 404;
125
121
122
+
+ location / {
+ return 404;
+ }
126
127
128
server {
0 commit comments