mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
Fixing nginx configuration when server_name is not passed
This commit is contained in:
5
frontend/.docker/nginx/include.d/ssl-redirect.conf
Normal file
5
frontend/.docker/nginx/include.d/ssl-redirect.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
return 302 https://$host$request_uri;
|
||||
}
|
||||
Reference in New Issue
Block a user