Advertisement
Guest User

Config

a guest
Mar 26th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. location /async/ServerAction {
  2. return 301 /ServerAction.php;
  3. }
  4.  
  5. location /async/Ping {
  6. return 301 /ping.php;
  7. }
  8.  
  9. location ~ /fs/(.*)!(.*)\.swf {
  10. return 301 /fs/$1.swf;
  11. }
  12.  
  13. location ~ /fs/(.*)!(.*)\.png {
  14. return 301 /fs/$1.png;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement