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
# Depending on how you configured the system, you may want to uncomment these:
@@ -201,6 +192,7 @@ WantedBy=multi-user.target
201
192
202
193
```Shell
203
194
sudo systemctl enable ip-location-api
195
+
sudo systemctl start ip-location-api
204
196
```
205
197
206
198
## Updates
@@ -217,7 +209,7 @@ Any reverse proxy can handle this task, but for [Nginx](https://nginx.org/en/) t
217
209
server {
218
210
listen 443 ssl http2;
219
211
listen [::]:443 ssl http2;
220
-
server_name location-api.yoursite.com;
212
+
server_name ip-location-api.yoursite.com;
221
213
222
214
include ssl.d/yoursite.com.conf;
223
215
@@ -235,6 +227,11 @@ server {
235
227
}
236
228
```
237
229
230
+
```Shell
231
+
sudo nginx -t
232
+
sudo systemctl reload nginx
233
+
```
234
+
238
235
## Benchmarks
239
236
240
237
These are very unscientific benchmarks running on my home PC. They use the built-in benchmarking route to test with. They are only meant to provide an idea of relative performance.
0 commit comments