generated from akdasa-studios/template-service
-
-
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.
- Loading branch information
Showing
11 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,20 +1,20 @@ | ||
include shlokas.conf; | ||
|
||
server { | ||
listen 80; | ||
server_name shlokas.app; | ||
access_log off; | ||
error_log off; | ||
return 301 https://$host$request_uri; | ||
listen 80; | ||
server_name shlokas.app; | ||
access_log off; | ||
error_log off; | ||
return 301 https://$host$request_uri; | ||
} | ||
|
||
server { | ||
listen 443 ssl; | ||
server_name shlokas.app; | ||
charset utf-8; | ||
listen 443 ssl; | ||
server_name shlokas.app; | ||
charset utf-8; | ||
|
||
ssl_certificate /app/shlokas-balancer/certs/server.crt; | ||
ssl_certificate_key /app/shlokas-balancer/certs/server.key; | ||
ssl_certificate /app/shlokas-balancer/certs/server.crt; | ||
ssl_certificate_key /app/shlokas-balancer/certs/server.key; | ||
|
||
include endpoints.conf; | ||
include endpoints.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