zjowowen commited on
Commit
32a00e4
1 Parent(s): 525dd07

minor change

Browse files
Files changed (1) hide show
  1. nginx.conf +2 -0
nginx.conf CHANGED
@@ -26,5 +26,7 @@ http {
26
  proxy_cache_bypass $http_upgrade;
27
  }
28
 
 
 
29
  }
30
  }
 
26
  proxy_cache_bypass $http_upgrade;
27
  }
28
 
29
+ error_page 405 =200 $uri;
30
+
31
  }
32
  }