Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pbansal
Test-Docker
Commits
592374a3
Commit
592374a3
authored
Jun 05, 2020
by
B13nch3n
Browse files
Implement catchall for server names accepted by NGINX
parent
1f3fc15a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Docker/nginx/nginx.conf
View file @
592374a3
...
...
@@ -44,10 +44,7 @@ http {
# note: SSL is handled on incoming traffic by frontend
listen
8000
default_server
;
server_name
api01.cathdb.info
orengoapi01
;
#localhost
#127.0.0.1;
server_name
_
;
client_max_body_size
4G
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment