Encountered FileNotFoundError error when using reverse proxy plugin
              
              #1330
            
            
              
                Unanswered
              
          
                  
                    
                      Unintendedz
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 4 replies
-
| In our integration tests, we do have end-to-end tests for reverse proxy plugin, but they run outside of docker container.    I am just wondering iff this is specific to  Can you please help verify the same w/o docker. Thank you | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I'm new to proxy.py, I tried running a Docker image using command
docker run -it -p 80:80 --rm abhinavsingh/proxy.py:latest --port 80 --hostname 0.0.0.0 --log-level d --enable-reverse-proxy --plugins proxy.plugin.ReverseProxyPluginon server.Then I accessed this reverse proxy through
http://myserver/get.It worked fine the first time but I found there is a error in the console afterwards
Then I couldn’t access it anymore. I've tried pip install and got same result. I didn't find anything about it in the issue or discussion. I don't know if I misunderstood something or did something wrong.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions