init: alpine base git server
This commit is contained in:
6
nginx/conf.d/vhost/guzal.cc-80.conf
Normal file
6
nginx/conf.d/vhost/guzal.cc-80.conf
Normal file
@ -0,0 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name guzal.cc *.guzal.cc;
|
||||
|
||||
return 301 https://$http_host$request_uri;
|
||||
}
|
Reference in New Issue
Block a user