@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,6 @@ server {
|
||||
return 301 https://$server_name$request_uri;
|
||||
}
|
||||
|
||||
# Serve through HTTPS only
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name kornerr.ru;
|
||||
Reference in New Issue
Block a user