We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96999a5 commit 422b1bdCopy full SHA for 422b1bd
1 file changed
nginx/site.conf
@@ -58,7 +58,7 @@ http {
58
}
59
60
location = /count {
61
- proxy_pass $goatcounter_count_url;
+ proxy_pass $goatcounter_count_url$is_args$args;
62
proxy_set_header Host stats.mahmoudashraf.dev;
63
64
proxy_http_version 1.1;
0 commit comments