Revert "rename cfg"

This reverts commit bc380a60a4.
This commit is contained in:
Михаил Капелько
2025-12-06 06:54:17 +03:00
parent bc380a60a4
commit 3b173d32fb
4 changed files with 2 additions and 13 deletions

View File

@@ -1,10 +0,0 @@
# Serve only through HTTP while updating the certificate
server {
listen 80;
server_name kornerr.ru;
root /var/www/html;
location / {
try_files $uri $uri/ =404;
}
}

View File

@@ -5,7 +5,6 @@ server {
return 301 https://$server_name$request_uri;
}
# Serve through HTTPS only
server {
listen 443 ssl;
server_name kornerr.ru;