-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
735d43c
commit 45a51be
Showing
247 changed files
with
32 additions
and
344,911 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,35 @@ | ||
events {} | ||
|
||
http { | ||
|
||
upstream flamapyapi { | ||
server flamapyapi:8000; | ||
} | ||
|
||
upstream web { | ||
server web:5000; | ||
} | ||
|
||
server { | ||
listen 8000; | ||
|
||
location / { | ||
proxy_pass http://flamapyapi; | ||
} | ||
} | ||
|
||
server { | ||
listen 80; | ||
|
||
|
||
|
||
location / { | ||
proxy_pass http://web; | ||
|
||
# Increase proxy timeout settings | ||
proxy_connect_timeout 3600; | ||
proxy_send_timeout 3600; | ||
proxy_read_timeout 3600; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
populate_prueba/uvl_models/Feature_Models/Operating_Systems/CDL_problemático/CDL.json
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...e_prueba/uvl_models/Feature_Models/Operating_Systems/CDL_problemático/README.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.