-
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
…não inclui dominios com balanço de carga)
- Loading branch information
Showing
8 changed files
with
114 additions
and
42 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
37 changes: 37 additions & 0 deletions
37
logbook/aguia-pescadora-bravo/etc/nginx/sites-available/fititnt.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,37 @@ | ||
# FILE: /etc/nginx/sites-available/fititnt.apb.etica.ai.conf | ||
|
||
server { | ||
root /home2/fititnt/web/public_html; | ||
|
||
index index.html; | ||
|
||
server_name fititnt.apb.etica.ai fititnt.lb-ap.etica.ai; | ||
|
||
location / { | ||
try_files $uri $uri/ =404; | ||
} | ||
|
||
listen [::]:443 ssl; # managed by Certbot | ||
listen 443 ssl; # managed by Certbot | ||
ssl_certificate /etc/letsencrypt/live/fititnt.apb.etica.ai/fullchain.pem; # managed by Certbot | ||
ssl_certificate_key /etc/letsencrypt/live/fititnt.apb.etica.ai/privkey.pem; # managed by Certbot | ||
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot | ||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot | ||
|
||
} | ||
|
||
server { | ||
if ($host = fititnt.apb.etica.ai) { | ||
return 301 https://$host$request_uri; | ||
} # managed by Certbot | ||
|
||
|
||
|
||
listen 80; | ||
listen [::]:80; | ||
|
||
server_name fititnt.apb.etica.ai fititnt.lb-ap.etica.ai; | ||
return 404; # managed by Certbot | ||
|
||
|
||
} |
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
24 changes: 24 additions & 0 deletions
24
logbook/aguia-pescadora-bravo/etc/nginx/sites-available/usuariodeteste.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,24 @@ | ||
# FILE: /etc/nginx/sites-available/usuariodeteste.apb.etica.ai.conf | ||
|
||
server { | ||
|
||
listen 80; | ||
listen [::]:80; | ||
root /home2/usuariodeteste/web/public_html; | ||
|
||
index index.html; | ||
|
||
server_name usuariodeteste.apb.etica.ai usuariodeteste.lb-ap.etica.ai; | ||
|
||
location / { | ||
try_files $uri $uri/ =404; | ||
} | ||
|
||
listen [::]:443 ssl; # managed by Certbot | ||
listen 443 ssl; # managed by Certbot | ||
ssl_certificate /etc/letsencrypt/live/usuariodeteste.apb.etica.ai/fullchain.pem; # managed by Certbot | ||
ssl_certificate_key /etc/letsencrypt/live/usuariodeteste.apb.etica.ai/privkey.pem; # managed by Certbot | ||
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot | ||
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot | ||
|
||
} |
16 changes: 0 additions & 16 deletions
16
logbook/aguia-pescadora-bravo/etc/nginx/sites-available/usuarioteste.apb.etica.ai.conf
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
logbook/aguia-pescadora-bravo/etc/nginx/snippets/userdir.conf
This file was deleted.
Oops, something went wrong.