mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Serve static files with Nginx only in production to make JavaScript development easier
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
		@@ -1,6 +0,0 @@
 | 
			
		||||
---
 | 
			
		||||
note:
 | 
			
		||||
  server_name: note-beta.crans.org
 | 
			
		||||
  git_branch: beta
 | 
			
		||||
  cron_enabled: false
 | 
			
		||||
  email: notekfet2020@lists.crans.org
 | 
			
		||||
@@ -2,5 +2,6 @@
 | 
			
		||||
note:
 | 
			
		||||
  server_name: note-dev.crans.org
 | 
			
		||||
  git_branch: beta
 | 
			
		||||
  serve_static: false
 | 
			
		||||
  cron_enabled: false
 | 
			
		||||
  email: notekfet2020@lists.crans.org
 | 
			
		||||
 
 | 
			
		||||
@@ -2,5 +2,6 @@
 | 
			
		||||
note:
 | 
			
		||||
  server_name: note.crans.org
 | 
			
		||||
  git_branch: master
 | 
			
		||||
  serve_static: true
 | 
			
		||||
  cron_enabled: true
 | 
			
		||||
  email: notekfet2020@lists.crans.org
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,5 @@
 | 
			
		||||
[dev]
 | 
			
		||||
bde-note-dev.adh.crans.org
 | 
			
		||||
bde-nk20-beta.adh.crans.org
 | 
			
		||||
 | 
			
		||||
[prod]
 | 
			
		||||
bde-note.adh.crans.org
 | 
			
		||||
 
 | 
			
		||||
@@ -41,6 +41,7 @@ server {
 | 
			
		||||
    # max upload size
 | 
			
		||||
    client_max_body_size 75M;   # adjust to taste
 | 
			
		||||
 | 
			
		||||
{% if note.serve_static %}
 | 
			
		||||
    # Django media
 | 
			
		||||
    location /media  {
 | 
			
		||||
        alias /var/www/note_kfet/media;  # your Django project's media files - amend as required
 | 
			
		||||
@@ -50,6 +51,7 @@ server {
 | 
			
		||||
        alias /var/www/note_kfet/static; # your Django project's static files - amend as required
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
{% endif %}
 | 
			
		||||
    location /doc {
 | 
			
		||||
        alias /var/www/documentation;    # The documentation of the project
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user