AW: AW: AW: Disabling HTTP/2 for a specific location

Valentin V. Bartenev vbart at nginx.com
Fri Aug 19 12:30:02 UTC 2016


On Friday 19 August 2016 08:22:42 khav wrote:
[..]
> server { 
> listen 80; 
> server_name mywebsite.com; 
> location = /upload { 
> #module settings goes here 
> upload_pass @uploadhandler; 
> } 
> 
> location @uploadhandler { 
> root /var/www/mywebsite.com/public_html/www; 
> rewrite ^ /upload.php last; 
> } 
> 
> } 
[..]

There's no location to handle your "/upload.php".

  wbr, Valentin V. Bartenev



More information about the nginx mailing list