1
0
mirror of https://github.com/1C-Company/docker_fresh.git synced 2025-01-05 22:53:51 +02:00
docker_fresh/conf/nginx/conf.d/local.conf
2020-04-08 21:56:50 +03:00

8 lines
119 B
Plaintext

server {
listen 80;
server_name hosthosthost;
location / {
return 301 https://$server_name$request_uri;
}
}