Files
GitServer/nginx/conf.d/vhost/guzal.cc-80.conf
2025-07-12 17:19:14 +08:00

7 lines
116 B
Plaintext

server {
listen 80;
server_name guzal.cc *.guzal.cc;
return 301 https://$http_host$request_uri;
}