Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
TMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CC-IN2P3 Applications team
TMS
Commits
155d6f28
Commit
155d6f28
authored
5 years ago
by
Cyril L'Orphelin
Browse files
Options
Downloads
Patches
Plain Diff
remove file nginx.conf
parent
b65140d5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tms/nginx.conf
+0
-31
0 additions, 31 deletions
tms/nginx.conf
with
0 additions
and
31 deletions
tms/nginx.conf
deleted
100644 → 0
+
0
−
31
View file @
b65140d5
worker_processes
4
;
pid
/run/nginx.pid
;
events
{
worker_connections
2048
;
multi_accept
on
;
use
epoll
;
}
http
{
server_tokens
off
;
sendfile
on
;
access_log
/dev/stdout
;
error_log
/dev/stdout
;
tcp_nopush
on
;
tcp_nodelay
on
;
keepalive_timeout
15
;
types_hash_max_size
2048
;
include
/etc/nginx/mime.types
;
default_type
application/octet-stream
;
gzip
on
;
gzip_disable
"msie6"
;
include
/etc/nginx/conf.d/*.conf
;
include
/etc/nginx/sites-enabled/*
;
open_file_cache
max=100
;
client_body_temp_path
/tmp
1
2
;
client_body_buffer_size
256k
;
client_body_in_file_only
off
;
}
daemon
off
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment