nginx 405 錯誤解決 (js高亮)

2021-09-01 09:49:50 字數 815 閱讀 6157

nginx遇到post請求靜態檔案會得到405錯誤

用upstream 把post轉成get方式

比如高亮** code.html, 注意把js高亮的js放到結尾了,先載入html

public class demo

}

新增 nginx.conf

新增upstream static_backend

server

或者

location /

完整的如下:

a.c的**

#include

#include

#include

#include

#include

int main(argc,argv)

if(connect(s,(struct sockaddr *)&remote_addr,sizeof(struct sockaddr))<0)

printf("connect to server\n");

len=recv(s,buf,bufsiz,0);

buf[len]='\0';

printf("%s",buf);

while(1)

close(s);

return 0;

}

Nginx錯誤解決小結

問題1 root tony ts tian sbin nginx nginx error while loading shared libraries libpcre.so.1 cannot open shared object file no such file or directory 解決1 ...

Nginx錯誤解決小結

問題1 root tony ts tian sbin nginx nginx error while loading shared libraries libpcre.so.1 cannot open shared object file no such file or directory 解決1 ...

nginx的幾個錯誤解決方法

今年春節,注定是這麼多年最讓我難忘的乙個!因為我半夜還在維護伺服器!公司有一定的基礎使用者量,春節期間使用者量暴增,導致伺服器鴨梨山大報警了!沒辦法,這些都是應該經歷的。下面就總結一下nginx的一些問題,希望以後不要再犯同樣的錯誤。官方解釋 ngx null string,499,client h...