You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update nginx.conf to be able to build each SPA and have a location to the SPA name
Need to done on each SPA :
inbox
mailto
calendar
calendar public
contacts
account
admin
server {
listen 80;
index index.html;
root /usr/share/nginx/html;
location /:SPA {
alias /usr/share/nginx/html/;
}
include /etc/nginx/extra-conf.d/*.conf;
}
The text was updated successfully, but these errors were encountered:
Update nginx.conf to be able to build each SPA and have a location to the SPA name
Need to done on each SPA :
The text was updated successfully, but these errors were encountered: