MEDIA_URL ="https://example.com/media/" STATIC_URL ="https://example.com/static/" SITES["front"]["scheme"] ="https" SITES["front"]["domain"] ="example.com" SITES["api"]["scheme"] ="https" SITES["api"]["domain"] ="example.com" SECRET_KEY ="theveryultratopsecretkey" DEBUG ...
server_name example.com; large_client_header_buffers 4 32k; client_max_body_size 50M; charset utf-8; access_log /var/log/taiga/nginx.access.log; error_log /var/log/taiga/nginx.error.log; # Frontend location / { root /opt/taiga-front-dist/dist/; try_files $uri $uri/ /index.html;...
{"api":"http://example.com/api/v1/","eventsUrl":"ws://example.com/events","debug":"true","publicRegisterEnabled":true,"feedbackEnabled":true,"privacyPolicyUrl":null,"termsOfServiceUrl":null,"maxUploadFileSize":null,"contribPlugins":[]} 然后把 nginx 的虚拟主机配置到这个目录下即可运转。
Location Contact Info User Content Identifiers Usage Data Diagnostics Data Not Linked to You The following data may be collected but it is not linked to your identity: User Content Diagnostics Privacy practices may vary based on, for example, the features you use or your age.Learn More ...
Discover Wild Taiga, one of the best sutainable destinations in Finland, located on Finland’s eastern border, is a perfect example of rich tradition and strong culture. The creation and significance for Finns of Finland’s national epoch, Kalevala
location / { root /opt/taiga/taiga-front-dist/dist/; try_files $uri $uri/ /index.html; } # Backend location /api { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Scheme $scheme; ...
}# Media fileslocation /media {alias/opt/taiga/taiga-back/media; } } 回到顶部 六、启动测试 启动taiga su taiga -c "python3.5 /home/taiga/taiga-back/manage.py runserver 0.0.0.0:8000 &" 启动nginx chown -R taiga:taiga /home/taiga/ ...
Location Contact Info User Content Identifiers Usage Data Diagnostics Data Not Linked to You The following data may be collected but it is not linked to your identity: User Content Diagnostics Privacy practices may vary based on, for example, the features you use or your age.Learn More ...
For example: TAIGA_SCHEME=https TAIGA_DOMAIN=taiga.mycompany.com SUBPATH="" WEBSOCKETS_SCHEME=wss If Taiga is being served in a subpath, instead of a subdomain, the configuration should be something like this: TAIGA_SCHEME=https TAIGA_DOMAIN=mycompany.com SUBPATH="/taiga" WEBSOCKETS_SCHEME...
请务必修改 SECRET_KEY="taiga-secret-key" # 邮箱设置 EMAIL_BACKEND=smtp EMAIL_HOST=smtp.host.example.com EMAIL_PORT=587 # default SMTP port EMAIL_HOST_USER=user # user to connect the SMTP server EMAIL_HOST_PASSWORD=password # SMTP user's password EMAIL_DEFAULT_FROM=changeme@example.com # ...