mirror of
https://github.com/1C-Company/docker_fresh.git
synced 2025-01-05 22:53:51 +02:00
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
server {
|
|
listen 80;
|
|
server_name hosthosthost;
|
|
|
|
location / {
|
|
return 301 https://$server_name$request_uri;
|
|
}
|
|
} |