mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 12:49:32 +00:00
Add environment variable in frontend and ssl
This commit is contained in:
11
frontend/.docker/nginx/sites.d/frontend.conf
Executable file
11
frontend/.docker/nginx/sites.d/frontend.conf
Executable file
@@ -0,0 +1,11 @@
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
include include.d/nocache.conf;
|
||||
}
|
||||
|
||||
location /static {
|
||||
alias /var/www/public/static/;
|
||||
include include.d/allcache.conf;
|
||||
}
|
||||
|
||||
include "include.d/spa.conf";
|
||||
Reference in New Issue
Block a user