Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Equipo 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
migudel
Equipo 3
Merge requests
!15
Creo que con esto tenemos un esqueleto
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Creo que con esto tenemos un esqueleto
dev/feature/microservice-hotels
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
19
Merged
Creo que con esto tenemos un esqueleto
migudel
requested to merge
dev/feature/microservice-hotels
into
develop
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
19
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
1b647424
1 commit,
9 months ago
19 files
+
1124
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
angular/RestClient/nginx.conf
0 → 100644
+
83
−
0
View file @ 1b647424
Edit in single-file editor
Open in Web IDE
user
www-data
;
worker_processes
auto
;
pid
/run/nginx.pid
;
include
/etc/nginx/modules-enabled/*.conf
;
events
{
worker_connections
768
;
# multi_accept on;
}
http
{
##
# Basic Settings
##
sendfile
on
;
tcp_nopush
on
;
types_hash_max_size
2048
;
# server_tokens off;
# server_names_hash_bucket_size 64;
# server_name_in_redirect off;
include
/etc/nginx/mime.types
;
default_type
application/octet-stream
;
##
# SSL Settings
##
ssl_protocols
TLSv1
TLSv1.1
TLSv1.2
TLSv1.3
;
# Dropping SSLv3, ref: POODLE
ssl_prefer_server_ciphers
on
;
##
# Logging Settings
##
access_log
/var/log/nginx/access.log
;
error_log
/var/log/nginx/error.log
;
##
# Gzip Settings
##
gzip
on
;
# gzip_vary on;
# gzip_proxied any;
# gzip_comp_level 6;
# gzip_buffers 16 8k;
# gzip_http_version 1.1;
# gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
##
# Virtual Host Configs
##
include
/etc/nginx/conf.d/*.conf
;
include
/etc/nginx/sites-enabled/*
;
}
#mail {
# # See sample authentication script at:
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
#
# # auth_http localhost/auth.php;
# # pop3_capabilities "TOP" "USER";
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
#
# server {
# listen localhost:110;
# protocol pop3;
# proxy on;
# }
#
# server {
# listen localhost:143;
# protocol imap;
# proxy on;
# }
#}
Loading