Project

Profile

Help

Issue #7366

Updated by fao89 over 3 years ago

https://pulp3-source-fedora32.localhost.example.com/assets/rest_framework/js/jquery-3.3.1.min.js 

 or 

 http://pulp3-source-fedora32.localhost.example.com/assets/rest_framework/js/jquery-3.3.1.min.js 

 ~~~ text 
 Aug 21 14:45:44 pulp3-source-fedora32.localhost.example.com gunicorn[42557]: 127.0.0.1 - - [21/Aug/2020:14:45:44 +0000] "GET /assets/rest_framework/js/default.js HTTP/1.0" 404  

 (pulp) [vagrant@pulp3-source-fedora32 ~]$ http :24817/assets/rest_framework/js/default.js 
 HTTP/1.1 404 Not Found 
 Connection: close 
 Content-Length: 77 
 Content-Type: text/html 
 Date: Fri, 21 Aug 2020 14:47:33 GMT 
 Server: gunicorn/20.0.4 
 X-Frame-Options: SAMEORIGIN 

 <h1>Not Found</h1><p>The requested resource was not found on this server.</p> 

 (pulp) [vagrant@pulp3-source-fedora32 ~]$ http :/assets/rest_framework/js/default.js 
 HTTP/1.1 404 Not Found 
 Connection: keep-alive 
 Content-Length: 77 
 Content-Type: text/html 
 Date: Fri, 21 Aug 2020 14:47:45 GMT 
 Server: nginx/1.18.0 
 X-Frame-Options: SAMEORIGIN 

 <h1>Not Found</h1><p>The requested resource was not found on this server.</p> 


  
 ~~~ 

Back