Initial rough commit to save the code before cleanup
This commit is contained in:
17
gitea/files/nginx.conf.j2
Normal file
17
gitea/files/nginx.conf.j2
Normal file
@ -0,0 +1,17 @@
|
||||
server {
|
||||
|
||||
listen 80;
|
||||
server_name {{ http_host }};
|
||||
|
||||
# location /_/static {
|
||||
|
||||
# alias /path/to/gitea/public;
|
||||
# }
|
||||
|
||||
location / {
|
||||
|
||||
proxy_pass http://localhost:3000;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user