mingche 发表于 2018-11-10 14:40:31

nginx 自定义403页面

# vim 403.html  

  

  
403 Forbidden
  

  
403 Forbidden
  
You don't have permission to access the URL on this server. Sorry for the inconvenience.
  
This is aourtest website, please visit our official websitemonitor.10fei3.top!
  

  
Thank you very much!
  
URL: http://monitor.10fei3.top/
  
Date:
  

  
var enabled = 0; today = new Date();
  
var date;
  
M=today.getMonth() + 1
  
D=today.getDate()
  
HH=today.getHours()
  
MM=today.getMinutes()
  
SS=today.getSeconds()
  
if (M
页: [1]
查看完整版本: nginx 自定义403页面