You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Access-Control-Allow-Origin` header only allows one domain or a wildcard (`*`). Take a look at our [advanced configuration](./SSL%20and%20HTTPS.md#advanced-configuration) if you want to allow requests from multiple domains without using the insecure wildcard.
32
+
The `Access-Control-Allow-Origin` header only allows one domain or a wildcard (`*`). Take a look at our [advanced configuration](SSL%20and%20HTTPS.md#advanced-configuration) if you want to allow requests from multiple domains without using the insecure wildcard.
Copy file name to clipboardExpand all lines: docs/Get started.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ Ackee will output the URL it's listening on once the server is running. Visit th
36
36
37
37
Ackee now runs on port `3000` and is only accessible from you local network. It's recommended to use a reverse proxy in front of Ackee. The following guides will help you through this steps.
38
38
39
-
-[SSL and HTTPS](./SSL%20and%20HTTPS.md)
40
-
-[CORS headers](./CORS%20headers.md)
39
+
-[SSL and HTTPS](SSL%20and%20HTTPS.md)
40
+
-[CORS headers](CORS%20headers.md)
41
41
42
42
## With Docker
43
43
@@ -88,8 +88,8 @@ Ackee will output the URL it's listening on once the server is running. Visit th
88
88
89
89
Ackee now runs on port `3000` and is only accessible from you local network. It's recommended to use a reverse proxy in front of Ackee. The following guides will help you through this steps.
90
90
91
-
-[SSL and HTTPS](./SSL%20and%20HTTPS.md)
92
-
-[CORS headers](./CORS%20headers.md)
91
+
-[SSL and HTTPS](SSL%20and%20HTTPS.md)
92
+
-[CORS headers](CORS%20headers.md)
93
93
94
94
## Without Docker
95
95
@@ -139,8 +139,8 @@ yarn start
139
139
140
140
Ackee now runs on port `3000` and is only accessible from you local network. It's recommended to use a reverse proxy in front of Ackee. The following guides will help you through this steps.
141
141
142
-
-[SSL and HTTPS](./SSL%20and%20HTTPS.md)
143
-
-[CORS headers](./CORS%20headers.md)
142
+
-[SSL and HTTPS](SSL%20and%20HTTPS.md)
143
+
-[CORS headers](CORS%20headers.md)
144
144
145
145
## With Heroku
146
146
@@ -152,4 +152,4 @@ Simply deploy to Heroku by clicking this button:
152
152
153
153
### 2. Configure Ackee
154
154
155
-
Ensure that you're using the correct CORS headers by setting [`ACKEE_ALLOW_ORIGIN`](CORS%20Headers.md#heroku-or-platforms-as-a-service-configuration).
155
+
Ensure that you're using the correct CORS headers by setting [`ACKEE_ALLOW_ORIGIN`](CORS%20headers.md#heroku-or-platforms-as-a-service-configuration).
0 commit comments