Skip to content

Commit 6b69d61

Browse files
committed
Fix path of NGINX config file for deployment
1 parent b1ef6fa commit 6b69d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To deploy the web application in production, first build it using `npm build`. T
4949

5050
Now we need to create a route in our reverse proxy to point to the webapp. We assume that `nginx` has already been installed and configured as described in the [server](https://github.com/UWMRO/evora-server#configuring-nginx).
5151

52-
Edit the configuration file `/etc/nginx/sites-available/evora.conf` and add the following routes, replacing the path to the Evora client build files.
52+
Edit the configuration file `/etc/nginx/sites-enabled/evora.conf` and add the following routes, replacing the path to the Evora client build files.
5353

5454
```nginx
5555
location / {

0 commit comments

Comments
 (0)