Explorar el Código

Update 'nginx/configs/default.conf'

master
maeda hace 7 años
padre
commit
282ededaf5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      nginx/configs/default.conf

+ 1
- 1
nginx/configs/default.conf Ver fichero

@@ -1,6 +1,6 @@
1 1
 # Upstream sites for proxy-ing
2 2
 upstream wp {
3
-     server <CHANGE_ME>:8082;
3
+     server <YOUR_SERVER_IP_ADDRESS>:8082;
4 4
 }
5 5
 
6 6
 ### Redirect regular traffic to SSL

Loading…
Cancelar
Guardar