Skip to content

Instantly share code, notes, and snippets.

View joseEkcit's full-sized avatar

Jose Antonio Ferrete joseEkcit

  • European Knowledge Center for Information Technology
View GitHub Profile
@joseEkcit
joseEkcit / auth-mydomain.conf
Created March 31, 2025 11:44
Example nginx configuration for FusionAuth SSO bootstrap
upstream auth {
server 0.0.0.0:9011;
keepalive 8;
}
server {
server_name auth.mydomain.tld;
access_log /var/log/nginx/auth-access.log;
# Other previous server configuration...