-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…ente funcional em https://dreamfactory.apb.etica.ai/ (outras URLs customiazdas para APIs poderm ser criadas)
- Loading branch information
Showing
5 changed files
with
65 additions
and
459 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
38 changes: 0 additions & 38 deletions
38
logbook/aguia-pescadora-bravo/etc/nginx/sites-available/haproxy.abp.etica.ai.conf
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
logbook/aguia-pescadora-bravo/etc/nginx/sites-available/haproxy.apb.etica.ai.conf
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# FILE: /etc/nginx/sites-available/haproxy.apb.etica.ai.conf | ||
|
||
server { | ||
|
||
server_name haproxy.apb.etica.ai; | ||
listen 80; | ||
# include /home2/_compartilhado/ips-aceitavelmente-confiaveis.conf; | ||
|
||
location / { | ||
proxy_ignore_client_abort on; | ||
proxy_pass http://127.0.0.1:1936; | ||
} | ||
|
||
|
||
|
||
|
||
|
||
} |
Oops, something went wrong.