Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
docker-pterodactyl-legacy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
docker-pterodactyl-legacy
Commits
e71e6996
Commit
e71e6996
authored
Apr 14, 2018
by
Cameron Carney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated nginx config
parent
95728151
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
manifest/etc/nginx/nginx.conf
manifest/etc/nginx/nginx.conf
+18
-0
No files found.
manifest/etc/nginx/nginx.conf
View file @
e71e6996
...
...
@@ -34,6 +34,24 @@ http {
include
/etc/nginx/mime.types
;
default_type
application/octet-stream
;
# Enables gzip compression on some content.
gzip
on
;
gzip_comp_level
2
;
gzip_disable
msie6
;
gzip_min_length
1024
;
gzip_proxied
expired
no-cache
no-store
private
auth
;
gzip_types
text/plain
text/css
text/xml
text/javascript
application/javascript
application/x-javascript
application/json
application/xml
;
# SSL Parameters
ssl_protocols
TLSv1
TLSv1.1
TLSv1.2
;
ssl_session_cache
shared:SSL:50m
;
ssl_session_timeout
5m
;
ssl_ciphers
"EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH
!RC4"
;
ssl_prefer_server_ciphers
on
;
# General config directory
include
/etc/nginx/conf.d/*.conf
;
}
\ No newline at end of file
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