We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858c087 commit fe70c90Copy full SHA for fe70c90
app.config
@@ -20,8 +20,7 @@
20
% { stream_chunk_size, 4096 },
21
{ enable_gzip, true },
22
{ rewrite_rules, [
23
- % { "^http://localhost(?:\\:\\d+)/mail/(.*)$", "http://mail.ru/\\1" }
24
- { "^http://[^/]+/mail/(.*)$", "http://mail.ru/\\1" }
+ % { "^http://[^/]+/mail/(.*)$", "http://mail.ru/\\1" }
25
]}
26
27
].
0 commit comments