Add conf, update HTTP status codes script
This commit is contained in:
parent
e3164fe1de
commit
e068210fff
5 changed files with 4217 additions and 23 deletions
|
@ -1,7 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
rm -rf error/
|
||||
git clone https://git.askiiart.net/askiiart/http-status-codes.git
|
||||
cp -r http-status-codes/pages/ .
|
||||
cd http-status-codes/
|
||||
python3 nginx-create-pages.py
|
||||
cp -r pages/ ..
|
||||
cd ..
|
||||
mv pages/ error/
|
||||
cp http-status-codes/you.gif assets/
|
||||
cp http-status-codes/boykisser.png assets/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue