File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ server {
88
88
listen 80;
89
89
server_name git.example.com;
90
90
91
- location /_/static/assets {
92
- alias /path/to/gitea/public;
91
+ location /_/static/assets/ {
92
+ alias /path/to/gitea/public/ ;
93
93
}
94
94
95
95
location / {
@@ -120,8 +120,8 @@ server {
120
120
listen 80;
121
121
server_name cdn.example.com;
122
122
123
- location /gitea {
124
- alias /path/to/gitea/public;
123
+ location /gitea/ {
124
+ alias /path/to/gitea/public/ ;
125
125
}
126
126
127
127
location / {
@@ -362,4 +362,4 @@ gitea:
362
362
- " traefik.http.services.gitea-websecure.loadbalancer.server.port=3000"
363
363
` ` `
364
364
365
- This config assumes that you are handling HTTPS on the traefik side and using HTTP between Gitea and traefik.
365
+ This config assumes that you are handling HTTPS on the traefik side and using HTTP between Gitea and traefik.
You can’t perform that action at this time.
0 commit comments