mirror of
https://github.com/tommytran732/Gitea-Docker-Compose
synced 2024-11-12 15:01:32 -05:00
Change server_name
This commit is contained in:
parent
683b932581
commit
c9b8ed186b
@ -11,7 +11,7 @@ server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
server_name gitea.*;
|
||||
server_name git.*;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
|
||||
|
Loading…
Reference in New Issue
Block a user