File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Bonus: custom github actions for easy CI\CD rollout.
1313
1414## Configuration
1515
16- 1 . Fork it
16+ 1 . Generate repo based on template
17172 . Identify your routes (domain -> service)
18183 . Configure ` ect/service.conf ` according to your needs. Check ` examples ` folder for inspiration.
19194 . Configure docker-compose.yaml (environment, ports)
Original file line number Diff line number Diff line change 11server {
2- server_name domain.dev ;
2+ server_name you- domain.com ;
33
44 # list all publically available ports for domain
55 listen 80;
66 listen 443;
77
8- root /var/www/app ;
8+ root /var/www/you-domain ;
99
1010 autoindex on;
1111
Original file line number Diff line number Diff line change 55 listen 80;
66 listen 443;
77
8- root /var/www/app ;
8+ root /var/www/you-domain.com ;
99
1010 autoindex on;
1111
@@ -26,7 +26,7 @@ server {
2626 listen 80;
2727 listen 443;
2828
29- root /var/www/app-dev ;
29+ root /var/www/sub.you-domain ;
3030
3131 autoindex on;
3232
You can’t perform that action at this time.
0 commit comments