Migrar de novo para gitea 🙏
This commit is contained in:
16
nginx/developerbedoya.net
Normal file
16
nginx/developerbedoya.net
Normal file
@@ -0,0 +1,16 @@
|
||||
server {
|
||||
server_name developerbedoya.net www.developerbedoya.net;
|
||||
root /var/www/developerbedoya.net;
|
||||
|
||||
index index.html;
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
location ~/\.ht {
|
||||
deny all;
|
||||
}
|
||||
|
||||
|
||||
listen 80;
|
||||
}
|
||||
Reference in New Issue
Block a user