Skip to content

Commit d16b111

Browse files
authored
Fixed formatting
1 parent 63d807b commit d16b111

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nginx/config.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@ http {
205205
allow 127.0.0.1;
206206
deny all;
207207
}
208-
location /nginx_status {
209-
stub_status on;
210-
allow 127.0.0.1;
211-
deny all;
212-
}
208+
location /nginx_status {
209+
stub_status on;
210+
allow 127.0.0.1;
211+
deny all;
212+
}
213213
location / {
214214
return 404;
215215
}

0 commit comments

Comments
 (0)