Skip to content

Commit f7000af

Browse files
authored
fix: revert nginx 3 (#2013)
Related: #1997
1 parent 0d43d7c commit f7000af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ server {
22
listen 0.0.0.0:8080;
33
server_name docs.apify.com;
44

5-
location = / {
5+
location / {
66
proxy_pass https://apify.github.io/apify-docs/;
77
}
88

0 commit comments

Comments
 (0)