Skip to content

Commit

Permalink
Merge pull request #558 from linagora/fabienmoyon-patch-1
Browse files Browse the repository at this point in the history
esn-frontend-common-libs#196 Update nginx.conf
  • Loading branch information
fabienmoyon authored May 19, 2021
2 parents 22e3065 + bd03260 commit 7803373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
server {
listen 80;
index index.html;
root /usr/share/nginx/html;

location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
location /calendar {
alias /usr/share/nginx/html/;
}

include /etc/nginx/extra-conf.d/*.conf;
Expand Down

0 comments on commit 7803373

Please sign in to comment.