Revize fb4803a3
Přidáno uživatelem Tomáš Ballák před téměř 5 roky(ů)
docker/nginx/sites/default.conf | ||
---|---|---|
35 | 35 |
} |
36 | 36 |
} |
37 | 37 |
server { |
38 |
listen 80 default_server;
|
|
39 |
listen [::]:80 default_server;
|
|
38 |
listen 80; |
|
39 |
listen [::]:80; |
|
40 | 40 |
server_name heatmap.zcu.cz www.heatmap.zcu.cz; |
41 | 41 |
|
42 | 42 |
# Redirect all HTTP requests to HTTPS with a 301 Moved Permanently response. |
Také k dispozici: Unified diff
fix