Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
azhinu
Nginx-configs
Commits
2a8dbd0c
Commit
2a8dbd0c
authored
5 years ago
by
azhinu
Browse files
Options
Download
Email Patches
Plain Diff
Update options.conf
parent
2484fd2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
options.conf
options.conf
+4
-7
No files found.
options.conf
View file @
2a8dbd0c
client_max_body_size
5
00
m
;
client_max_body_size
1
00
m
;
server_tokens
off
;
reset_timedout_connection
on
;
keepalive_timeout
120
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
include
/
etc
/
letsencrypt
/
options
-
ssl
-
nginx
.
conf
;
open_file_cache_errors
off
;
open_file_cache
max
=
200000
inactive
=
20
s
;
open_file_cache_min_uses
2
;
open_file_cache_valid
300
s
;
location
~ /\.
git
{
deny
all
;}
location
~ /\.
ht
{
deny
all
;}
location
~ /\.
svn
{
deny
all
;}
ssl_ciphers
ECDHE
-
RSA
-
AES256
-
GCM
-
SHA384
:
ECDHE
-
RSA
-
AES256
-
SHA
:
ECDHE
-
RSA
-
AES256
-
SHA384
;
ssl_ecdh_curve
secp384r1
;
ssl_protocols
TLSv1
.
2
;
This diff is collapsed.
Click to expand it.
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