V4.2021.07.2451 [ci skip]

This commit is contained in:
mitchellkrogza 2021-07-05 11:05:03 +00:00
parent 606872502d
commit 41967724e3
77 changed files with 123172 additions and 122224 deletions

View file

@ -1,7 +1,6 @@
server {
listen *:9000;
root /var/www/html;
listen 80 default_server;
listen [::]:80 default_server;
server_name localhost;
charset UTF-8;
@ -14,6 +13,10 @@ server {
include /etc/nginx/bots.d/blockbots.conf;
index index.html;
root /var/www/html;
# Add index.php to the list if you are using PHP
index index.html index.htm index.nginx-debian.html;
location / {
root /var/www/html/;