Skip to content

Commit fe70c90

Browse files
committed
app.config modified
1 parent 858c087 commit fe70c90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
% { stream_chunk_size, 4096 },
2121
{ enable_gzip, true },
2222
{ rewrite_rules, [
23-
% { "^http://localhost(?:\\:\\d+)/mail/(.*)$", "http://mail.ru/\\1" }
24-
{ "^http://[^/]+/mail/(.*)$", "http://mail.ru/\\1" }
23+
% { "^http://[^/]+/mail/(.*)$", "http://mail.ru/\\1" }
2524
]}
2625
]}
2726
].

0 commit comments

Comments
 (0)