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 0d43d7c commit f7000afCopy full SHA for f7000af
nginx.conf
@@ -2,7 +2,7 @@ server {
2
listen 0.0.0.0:8080;
3
server_name docs.apify.com;
4
5
- location = / {
+ location / {
6
proxy_pass https://apify.github.io/apify-docs/;
7
}
8
0 commit comments