A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 

11 рядки
252 B

  1. match URL into $ with ^/~earwig/hello(\?.*?)?$
  2. if matched then
  3. set URL = /~earwig/rewrite/hello.fcgi$1
  4. goto END
  5. endif
  6. match URL into $ with ^/~earwig/index(\?.*?)?$
  7. if matched then
  8. set URL = /~earwig/rewrite/index.fcgi$1
  9. goto END
  10. endif