Merging old admin.git repo.

This commit is contained in:
2018-09-10 20:19:08 -03:00
parent 7e5dbb35ad
commit 2f442be010
16 changed files with 735 additions and 0 deletions

14
sp.renatorosa.com Normal file
View File

@@ -0,0 +1,14 @@
server {
listen 80;
listen [::]:80;
root /var/www/default;
index index.php index.html index.htm index.nginx-debian.html;
server_name sp.renatorosa.com www.sp.renatorosa.com;
location / {
try_files $uri $uri/ =404;
}
}