* using my own vps instead of pages because it enver updates

This commit is contained in:
shockrah
2021-10-17 16:04:53 -07:00
parent aaf684342d
commit 71c0088385
2 changed files with 23 additions and 10 deletions

5
scripts/nginx.conf Normal file
View File

@@ -0,0 +1,5 @@
server {
root /var/www/clippable;
index index.html;
server_name clippable.shockrah.xyz;
}