1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Merge remote changes and resolve conflicts

This commit is contained in:
MoonTestUse1
2024-12-25 04:08:33 +06:00
parent 0b16c2f0cf
commit c48441219d
2 changed files with 8 additions and 9 deletions

View File

@@ -3,12 +3,12 @@ server {
listen [::]:80;
server_name itformhelp.ru www.itformhelp.ru;
root /usr/share/nginx/html;
root /var/www/html;
index index.html;
location ~ /.well-known/acme-challenge {
location ^~ /.well-known/acme-challenge/ {
allow all;
root /var/www/html;
default_type "text/plain";
}
location / {