Skip to content

Commit 422b1bd

Browse files
committed
fix
1 parent 96999a5 commit 422b1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx/site.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ http {
5858
}
5959

6060
location = /count {
61-
proxy_pass $goatcounter_count_url;
61+
proxy_pass $goatcounter_count_url$is_args$args;
6262
proxy_set_header Host stats.mahmoudashraf.dev;
6363

6464
proxy_http_version 1.1;

0 commit comments

Comments
 (0)