Skip to content

Commit edc3b4d

Browse files
committed
Revert nginx conf to aca version
1 parent 8d2a1c2 commit edc3b4d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/frontend/nginx/nginx.conf.template

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
server {
22
listen 80;
3-
4-
access_log /var/log/nginx/default.access.log;
5-
error_log /var/log/nginx/default.error.log;
6-
73
location / {
84
root /usr/share/nginx/html;
95
index index.html index.htm;
10-
try_files $uri $uri/ =404;
116
}
127

138
location /api {

0 commit comments

Comments
 (0)